The members of MonoMac.Foundation.NSValue are listed below.
See Also: Inherited members from MonoMac.Foundation.NSObject
| 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. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | CMTimeMappingValue | MonoMac.CoreMedia.CMTimeMapping. Returns the CMTimeMapping value wrapped by this NSValue object. |
| [read-only] | CMTimeRangeValue | MonoMac.CoreMedia.CMTimeRange. Returns the CMTimeRange value wrapped by this NSValue object. |
| [read-only] | CMTimeValue | MonoMac.CoreMedia.CMTime. Returns the CMTime value wrapped by this NSValue object. |
| [read-only] | NonretainedObjectValue | NSObject. Returns the NSObject value wrapped by this NSValue object. |
| [read-only] | ObjCType | string. Documentation for this section has not yet been entered. |
| [read-only] | PointerValue | IntPtr. Returns the IntPtr value wrapped by this NSValue object. |
| [read-only] | PointFValue | System.Drawing.PointF. Returns the PointF value wrapped by this NSValue object. |
| [read-only] | RangeValue | NSRange. Documentation for this section has not yet been entered. |
| [read-only] | RectangleFValue | System.Drawing.RectangleF. Returns the RectangleF value wrapped by this NSValue object. |
| [read-only] | SizeFValue | System.Drawing.SizeF. Returns the SizeF value wrapped by this NSValue object. |
| [read-only] | Vector3Value | MonoMac.OpenGL.Vector3. Documentation for this section has not yet been entered. |
| [read-only] | Vector4Value | MonoMac.OpenGL.Vector4. Documentation for this section has not yet been entered. |
static | FromCMTime(MonoMac.CoreMedia.CMTime)Creates an NSValue that wraps a CMTime object.. | |
static | FromCMTimeMapping(MonoMac.CoreMedia.CMTimeMapping)Creates an NSValue that wraps a CMTimeMapping object. | |
static | FromCMTimeRange(MonoMac.CoreMedia.CMTimeRange)Creates an NSValue that wraps a CMTimeRange object. | |
static | FromPointF(System.Drawing.PointF)Creates an NSValue that wraps a PointF object. | |
static | FromRectangleF(System.Drawing.RectangleF)Creates an NSValue that wraps a RectangleF object. | |
static | FromSizeF(System.Drawing.SizeF)Creates an NSValue that wraps a SizeF object. | |
static | FromVector(MonoMac.OpenGL.Vector3)Documentation for this section has not yet been entered. | |
static | FromVector(MonoMac.OpenGL.Vector4)Documentation for this section has not yet been entered. | |
IsEqualTo(NSValue)Documentation for this section has not yet been entered. | ||
StoreValueAtAddress(IntPtr)Documentation for this section has not yet been entered. | ||
static | ValueFromNonretainedObject(NSObject)Creates an NSValue object that is wrapped in an NSValue without being retained. | |
static | ValueFromPointer(IntPtr)Wraps the specified IntPtr object as an NSValue. | |