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