Table of Contents

Class ItemHandle

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

Constructors

ItemHandle(nint, bool)

public ItemHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ItemHandle

Type Parameters

T