Table of Contents

Class PromptHandle

Namespace
Secret.Internal
Assembly
Secret-1.dll
public class PromptHandle : DBusProxyHandle, IDisposable
Inheritance
PromptHandle
Implements
Inherited Members

Constructors

PromptHandle(nint, bool)

public PromptHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

PromptHandle

Type Parameters

T