MonoMac.Foundation.NSFileWrapper Class
See Also: NSFileWrapper
Syntax
[MonoMac.Foundation.Register("NSFileWrapper", true)]
public class NSFileWrapper : NSObject
public class NSFileWrapper : NSObject
Requirements
Namespace: MonoMac.Foundation
Assembly: XamMac (in XamMac.dll)
Assembly Versions: 0.0.0.0
Assembly: XamMac (in XamMac.dll)
Assembly Versions: 0.0.0.0
The members of MonoMac.Foundation.NSFileWrapper are listed below.
See Also: NSObject
Public Constructors
Default constructor, initializes a new instance of this class. | ||
A constructor that initializes the object from the data stored in the unarchiver object. | ||
Constructor to call on derived classes when the derived class has an [Export] constructor. | ||
A constructor used when creating managed representations of unmanaged objects; Called by the runtime. | ||
Public Properties
[read-only] override | ClassHandle | IntPtr. The handle for this class. |
FileAttributes | NSDictionary. | |
Filename | String. | |
[read-only] | FileWrappers | NSDictionary. |
[read-only] | IsDirectory | Boolean. |
[read-only] | IsRegularFile | Boolean. |
[read-only] | IsSymbolicLink | Boolean. |
PreferredFilename | String. | |
[read-only] | SymbolicLinkDestinationURL | NSUrl. |