Table of Contents

Class SessionHandle

Namespace
Soup.Internal
Assembly
Soup-3.0.dll
public class SessionHandle : ObjectHandle, IDisposable
Inheritance
SessionHandle
Implements
Inherited Members

Constructors

SessionHandle(nint, bool)

public SessionHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static SessionHandle For<T>(ConstructArgument[] constructArguments) where T : Session, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

SessionHandle

Type Parameters

T