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