Table of Contents

Class BackendHelper

Namespace
Secret
Assembly
Secret-1.dll
public sealed class BackendHelper : Object, Backend, NativeObject, IDisposable, InstanceFactory, GTypeProvider
Inheritance
BackendHelper
Implements
Inherited Members

Constructors

BackendHelper(ObjectHandle)

protected BackendHelper(ObjectHandle handle)

Parameters

handle ObjectHandle

Properties

Flags

public ServiceFlags Flags { get; }

Property Value

ServiceFlags

Methods

GetFinish(AsyncResult)

[Version("0.19.0")]
public static Backend GetFinish(AsyncResult result)

Parameters

result AsyncResult

Returns

Backend

GetGType()

public static Type GetGType()

Returns

Type

NewFromPointer(nint, bool)

Creates a new managed BackendHelper instance for a given pointer.

public static BackendHelper NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

BackendHelper