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