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