Class PixbufFormatHandle
public abstract class PixbufFormatHandle : SafeHandle, IDisposable, IEquatable<PixbufFormatHandle>
- Inheritance
-
PixbufFormatHandle
- Implements
- Derived
- Inherited Members
Constructors
PixbufFormatHandle(bool)
protected PixbufFormatHandle(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
Methods
Equals(PixbufFormatHandle?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(PixbufFormatHandle? other)
Parameters
other
PixbufFormatHandleAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetDescription()
public IntPtr GetDescription()
Returns
GetDisabled()
public bool GetDisabled()
Returns
GetDomain()
public IntPtr GetDomain()
Returns
GetExtensions()
public string[] GetExtensions()
Returns
- string[]
GetFlags()
public uint GetFlags()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetLicense()
public IntPtr GetLicense()
Returns
GetMimeTypes()
public string[] GetMimeTypes()
Returns
- string[]
GetName()
public IntPtr GetName()
Returns
GetSignature()
public IntPtr GetSignature()
Returns
OwnedCopy()
public PixbufFormatOwnedHandle OwnedCopy()
Returns
SetDescription(IntPtr)
public void SetDescription(IntPtr value)
Parameters
value
IntPtr
SetDisabled(bool)
public void SetDisabled(bool value)
Parameters
value
bool
SetDomain(IntPtr)
public void SetDomain(IntPtr value)
Parameters
value
IntPtr
SetExtensions(string[])
public void SetExtensions(string[] value)
Parameters
value
string[]
SetFlags(uint)
public void SetFlags(uint value)
Parameters
value
uint
SetLicense(IntPtr)
public void SetLicense(IntPtr value)
Parameters
value
IntPtr
SetMimeTypes(string[])
public void SetMimeTypes(string[] value)
Parameters
value
string[]
SetName(IntPtr)
public void SetName(IntPtr value)
Parameters
value
IntPtr
SetSignature(IntPtr)
public void SetSignature(IntPtr value)
Parameters
value
IntPtr
UnownedCopy()
public PixbufFormatUnownedHandle UnownedCopy()