Class Factory2
[Guid("94f81a73-9212-4376-9c58-b16a3a0d3992")]
public class Factory2 : Factory1
- Inheritance
-
Factory2
- Derived
- Inherited Members
Constructors
Factory2()
Creates a new instance of the Factory2 class.
public Factory2()
Factory2(FactoryType)
Creates a new instance of the Factory2 class with the specified FactoryType.
public Factory2(FactoryType factoryType)
Parameters
factoryType
FactoryTypeThe factory threading type.
Factory2(FactoryType, DebugLevel)
Creates a new instance of the Factory2 class with the specified FactoryType and DebugLevel.
public Factory2(FactoryType factoryType, DebugLevel debugLevel)
Parameters
factoryType
FactoryTypeThe factory threading type.
debugLevel
DebugLevelThe factory debug level.
Factory2(nint)
public Factory2(nint nativePtr)
Parameters
nativePtr
nint
Operators
explicit operator Factory2(nint)
public static explicit operator Factory2(nint nativePtr)
Parameters
nativePtr
nint