MonoMac.Foundation.NSFileSystemAttributes Members

The members of MonoMac.Foundation.NSFileSystemAttributes are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
FreeNodeslong. The number of free nodes in the volume.
[read-only]
FreeSizeulong. The number of free bytes in the volume.
[read-only]
Nodeslong. The total number of nodes in the volume (maximum number of files).
[read-only]
Numberuint. The device number (corresponds to st_dev on the Unix stat structure).
[read-only]
Sizeulong. The volume size in bytes.

Public Operators

static
Conversion to MonoMac.Foundation.NSDictionary(Implicit)Converts the NSFileSystemAttribute class into an NSDictionary, for source code compatibility with older versions of MonoMac/MonoMac.