Class LinuxSystemFontResolver.FcObjectSetHandle
Inheritance
LinuxSystemFontResolver.FcObjectSetHandle
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
Methods
Create(params string[])
Declaration
public static LinuxSystemFontResolver.FcObjectSetHandle Create(params string[] objs)
Parameters
Type |
Name |
Description |
string[] |
objs |
|
Returns
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
Implements