Show / Hide Table of Contents

Class LinuxSystemFontResolver.FcPatternHandle

Inheritance
object
CriticalFinalizerObject
SafeHandle
LinuxSystemFontResolver.FcPatternHandle
Implements
IDisposable
Inherited Members
SafeHandle.handle
SafeHandle.SetHandle(IntPtr)
SafeHandle.DangerousGetHandle()
SafeHandle.Close()
SafeHandle.Dispose()
SafeHandle.Dispose(bool)
SafeHandle.SetHandleAsInvalid()
SafeHandle.DangerousAddRef(ref bool)
SafeHandle.DangerousRelease()
SafeHandle.IsClosed
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Colectica.Reporting
Assembly: Colectica.Reporting.dll
Syntax
public class LinuxSystemFontResolver.FcPatternHandle : SafeHandle, IDisposable

Properties

IsInvalid

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

Declaration
public override bool IsInvalid { get; }
Property Value
Type Description
bool

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

Overrides
SafeHandle.IsInvalid

Methods

ReleaseHandle()

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

Declaration
protected override bool ReleaseHandle()
Returns
Type Description
bool

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

Overrides
SafeHandle.ReleaseHandle()

Implements

IDisposable
In this article
Back to top Generated by DocFX