Table of Contents

Class RecentDataHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public abstract class RecentDataHandle : SafeHandle, IDisposable
Inheritance
RecentDataHandle
Implements
Derived
Inherited Members

Constructors

RecentDataHandle(bool)

protected RecentDataHandle(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(RecentDataHandle?)

public bool Equals(RecentDataHandle? other)

Parameters

other RecentDataHandle

Returns

bool

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.

GetAppExec()

public IntPtr GetAppExec()

Returns

IntPtr

GetAppName()

public IntPtr GetAppName()

Returns

IntPtr

GetDescription()

public IntPtr GetDescription()

Returns

IntPtr

GetDisplayName()

public IntPtr GetDisplayName()

Returns

IntPtr

GetGroups()

public string[] GetGroups()

Returns

string[]

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetIsPrivate()

public bool GetIsPrivate()

Returns

bool

GetMimeType()

public IntPtr GetMimeType()

Returns

IntPtr

SetAppExec(IntPtr)

public void SetAppExec(IntPtr value)

Parameters

value IntPtr

SetAppName(IntPtr)

public void SetAppName(IntPtr value)

Parameters

value IntPtr

SetDescription(IntPtr)

public void SetDescription(IntPtr value)

Parameters

value IntPtr

SetDisplayName(IntPtr)

public void SetDisplayName(IntPtr value)

Parameters

value IntPtr

SetGroups(string[])

public void SetGroups(string[] value)

Parameters

value string[]

SetIsPrivate(bool)

public void SetIsPrivate(bool value)

Parameters

value bool

SetMimeType(IntPtr)

public void SetMimeType(IntPtr value)

Parameters

value IntPtr