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