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