Class DynamicTypeFactoryHandle
public class DynamicTypeFactoryHandle : PluginFeatureHandle, IDisposable
- Inheritance
-
DynamicTypeFactoryHandle
- Implements
- Inherited Members
Constructors
DynamicTypeFactoryHandle(nint, bool)
public DynamicTypeFactoryHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static DynamicTypeFactoryHandle For<T>(ConstructArgument[] constructArguments) where T : DynamicTypeFactory, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T