Table of Contents

Class CacheHandle

Namespace
GLib.Internal
Assembly
GLib-2.0.dll
public abstract class CacheHandle : SafeHandle, IDisposable
Inheritance
CacheHandle
Implements
Derived
Inherited Members

Constructors

CacheHandle(bool)

protected CacheHandle(bool ownsHandle)

Parameters

ownsHandle bool

Properties

IsInvalid

When overridden in a derived class, gets a value indicating whether the handle value is invalid.

public override sealed bool IsInvalid { get; }

Property Value

bool

true if the handle value is invalid; otherwise, false.

Methods

OwnedCopy()

public CacheOwnedHandle OwnedCopy()

Returns

CacheOwnedHandle

Ref(IntPtr)

protected static extern IntPtr Ref(IntPtr queue)

Parameters

queue IntPtr

Returns

IntPtr

UnownedCopy()

public CacheUnownedHandle UnownedCopy()

Returns

CacheUnownedHandle