Table of Contents

Class HookFuncAsyncHandler

Namespace
GLib.Internal
Assembly
GLib-2.0.dll

Async Handler for HookFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.

public class HookFuncAsyncHandler
Inheritance
HookFuncAsyncHandler
Inherited Members

Constructors

HookFuncAsyncHandler(HookFunc)

public HookFuncAsyncHandler(HookFunc managed)

Parameters

managed HookFunc

Fields

NativeCallback

public HookFunc NativeCallback

Field Value

HookFunc