Table of Contents

Class CompletionArrayOwnedHandle

Namespace
GLib.Internal
Assembly
GLib-2.0.dll
public class CompletionArrayOwnedHandle : CompletionArrayHandle, IDisposable
Inheritance
CompletionArrayOwnedHandle
Implements
Inherited Members

Methods

Create(Completion[])

public static CompletionArrayOwnedHandle Create(Completion[] data)

Parameters

data Completion[]

Returns

CompletionArrayOwnedHandle

ReleaseHandle()

When overridden in a derived class, executes the code required to free the handle.

protected override bool ReleaseHandle()

Returns

bool

true if the handle is released successfully; otherwise, in the event of a catastrophic failure, false. In this case, it generates a releaseHandleFailed Managed Debugging Assistant.