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