Table of Contents

Class TrashStack

Namespace
GLib
Assembly
GLib-2.0.dll
public sealed class TrashStack
Inheritance
TrashStack
Inherited Members

Constructors

TrashStack()

public TrashStack()

TrashStack(TrashStackOwnedHandle)

public TrashStack(TrashStackOwnedHandle handle)

Parameters

handle TrashStackOwnedHandle

Properties

Handle

public TrashStackOwnedHandle Handle { get; }

Property Value

TrashStackOwnedHandle

Methods

Equals(TrashStack?)

public bool Equals(TrashStack? other)

Parameters

other TrashStack

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.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

Height(TrashStack)

public static uint Height(TrashStack stackP)

Parameters

stackP TrashStack

Returns

uint

Peek(TrashStack)

public static IntPtr Peek(TrashStack stackP)

Parameters

stackP TrashStack

Returns

IntPtr

Pop(TrashStack)

public static IntPtr Pop(TrashStack stackP)

Parameters

stackP TrashStack

Returns

IntPtr

Push(TrashStack, IntPtr)

public static void Push(TrashStack stackP, IntPtr dataP)

Parameters

stackP TrashStack
dataP IntPtr