Table of Contents

Class PixbufFormatHandle

Namespace
GdkPixbuf.Internal
Assembly
GdkPixbuf-2.0.dll
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

bool

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

Methods

Equals(PixbufFormatHandle?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(PixbufFormatHandle? other)

Parameters

other PixbufFormatHandle

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetDescription()

public IntPtr GetDescription()

Returns

IntPtr

GetDisabled()

public bool GetDisabled()

Returns

bool

GetDomain()

public IntPtr GetDomain()

Returns

IntPtr

GetExtensions()

public string[] GetExtensions()

Returns

string[]

GetFlags()

public uint GetFlags()

Returns

uint

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

IntPtr

GetMimeTypes()

public string[] GetMimeTypes()

Returns

string[]

GetName()

public IntPtr GetName()

Returns

IntPtr

GetSignature()

public IntPtr GetSignature()

Returns

IntPtr

OwnedCopy()

public PixbufFormatOwnedHandle OwnedCopy()

Returns

PixbufFormatOwnedHandle

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()

Returns

PixbufFormatUnownedHandle