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