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