NSFileSystemAttributes Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
File system attributes (size, blocks and free information).
public class NSFileSystemAttributes
type NSFileSystemAttributes = class
- Inheritance
-
NSFileSystemAttributes
Remarks
This is a strong wrapper around the underlying NSDictionary returned by NSFileSystem APIs.
Properties
FreeNodes |
The number of free nodes in the volume. |
FreeSize |
The number of free bytes in the volume. |
Nodes |
The total number of nodes in the volume (maximum number of files). |
Number |
The device number (corresponds to st_dev on the Unix stat structure). |
Size |
The volume size in bytes. |
Operators
Implicit(NSFileSystemAttributes to NSDictionary) |
Converts the NSFileSystemAttribute class into an NSDictionary, for source code compatibility with older versions of MonoTouch/Xamarin.Mac Framework. |