Show / Hide Table of Contents

Class LinuxSystemFontResolver.FcObjectSetHandle

Inheritance
object
CriticalFinalizerObject
SafeHandle
LinuxSystemFontResolver.FcObjectSetHandle
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.FcObjectSetHandle : 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

Create(params string[])

Declaration
public static LinuxSystemFontResolver.FcObjectSetHandle Create(params string[] objs)
Parameters
Type Name Description
string[] objs
Returns
Type Description
LinuxSystemFontResolver.FcObjectSetHandle

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