Table of Contents

Class AuthDomainHandle

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

Constructors

AuthDomainHandle(nint, bool)

public AuthDomainHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

AuthDomainHandle

Type Parameters

T