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
Methods
At(string, out ulong)
[Version("2.66")]
public static UnixMountPoint? At(string mountPath, out ulong timeRead)
Parameters
Returns
Compare(UnixMountPoint)
public int Compare(UnixMountPoint mount2)
Parameters
mount2
UnixMountPoint
Returns
Copy()
[Version("2.54")]
public UnixMountPoint Copy()
Returns
Equals(UnixMountPoint?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(UnixMountPoint? other)
Parameters
other
UnixMountPointAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
Free()
public void Free()
GetDevicePath()
public string GetDevicePath()
Returns
GetFsType()
public string GetFsType()
Returns
GetGType()
public static Type GetGType()
Returns
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
GetOptions()
[Version("2.32")]
public string? GetOptions()
Returns
GuessCanEject()
public bool GuessCanEject()
Returns
GuessIcon()
public Icon GuessIcon()
Returns
GuessName()
public string GuessName()
Returns
GuessSymbolicIcon()
[Version("2.34")]
public Icon GuessSymbolicIcon()
Returns
IsLoopback()
public bool IsLoopback()
Returns
IsReadonly()
public bool IsReadonly()
Returns
IsUserMountable()
public bool IsUserMountable()