MonoMac.Foundation.NSPipe Class
See Also: NSPipe
Syntax
[MonoMac.Foundation.Register("NSPipe", true)]
public class NSPipe : NSObject
public class NSPipe : 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.NSPipe are listed below.
See Also: NSObject
Public Constructors
NSPipe() | ||
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. |
[read-only] | ReadHandle | NSFileHandle. |
[read-only] | WriteHandle | NSFileHandle. |