Table of Contents

Class UnixMountPoint

Namespace
Gio
Assembly
Gio-2.0.dll
public sealed class UnixMountPoint : BoxedRecord, IEquatable<UnixMountPoint>
Inheritance
UnixMountPoint
Implements
Inherited Members

Constructors

UnixMountPoint(UnixMountPointOwnedHandle)

public UnixMountPoint(UnixMountPointOwnedHandle handle)

Parameters

handle UnixMountPointOwnedHandle

Properties

Handle

public UnixMountPointOwnedHandle Handle { get; }

Property Value

UnixMountPointOwnedHandle

Methods

At(string, out ulong)

[Version("2.66")]
public static UnixMountPoint? At(string mountPath, out ulong timeRead)

Parameters

mountPath string
timeRead ulong

Returns

UnixMountPoint

Compare(UnixMountPoint)

public int Compare(UnixMountPoint mount2)

Parameters

mount2 UnixMountPoint

Returns

int

Copy()

[Version("2.54")]
public UnixMountPoint Copy()

Returns

UnixMountPoint

Equals(UnixMountPoint?)

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

public bool Equals(UnixMountPoint? other)

Parameters

other UnixMountPoint

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.

Free()

public void Free()

GetDevicePath()

public string GetDevicePath()

Returns

string

GetFsType()

public string GetFsType()

Returns

string

GetGType()

public static Type GetGType()

Returns

Type

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetMountPath()

public string GetMountPath()

Returns

string

GetOptions()

[Version("2.32")]
public string? GetOptions()

Returns

string

GuessCanEject()

public bool GuessCanEject()

Returns

bool

GuessIcon()

public Icon GuessIcon()

Returns

Icon

GuessName()

public string GuessName()

Returns

string

GuessSymbolicIcon()

[Version("2.34")]
public Icon GuessSymbolicIcon()

Returns

Icon

IsLoopback()

public bool IsLoopback()

Returns

bool

IsReadonly()

public bool IsReadonly()

Returns

bool

IsUserMountable()

public bool IsUserMountable()

Returns

bool