Table of Contents

Class ServerHandle

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

Constructors

ServerHandle(nint, bool)

public ServerHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ServerHandle

Type Parameters

T