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

Returns

nint

GetDisabled()

public bool GetDisabled()

Returns

bool

GetDomain()

public nint GetDomain()

Returns

nint

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

Returns

nint

GetMimeTypes()

public string[] GetMimeTypes()

Returns

string[]

GetName()

public nint GetName()

Returns

nint

GetSignature()

public nint GetSignature()

Returns

nint

OwnedCopy()

public PixbufFormatOwnedHandle OwnedCopy()

Returns

PixbufFormatOwnedHandle

SetDescription(nint)

public void SetDescription(nint value)

Parameters

value nint

SetDisabled(bool)

public void SetDisabled(bool value)

Parameters

value bool

SetDomain(nint)

public void SetDomain(nint value)

Parameters

value nint

SetExtensions(string[])

public void SetExtensions(string[] value)

Parameters

value string[]

SetFlags(uint)

public void SetFlags(uint value)

Parameters

value uint

SetLicense(nint)

public void SetLicense(nint value)

Parameters

value nint

SetMimeTypes(string[])

public void SetMimeTypes(string[] value)

Parameters

value string[]

SetName(nint)

public void SetName(nint value)

Parameters

value nint

SetSignature(nint)

public void SetSignature(nint value)

Parameters

value nint

UnownedCopy()

public PixbufFormatUnownedHandle UnownedCopy()

Returns

PixbufFormatUnownedHandle