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