MonoMac.Foundation.NSValue Members

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

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

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
ClassHandleIntPtr. The handle for this class.
[read-only]
CMTimeMappingValueMonoMac.CoreMedia.CMTimeMapping. Returns the CMTimeMapping value wrapped by this NSValue object.
[read-only]
CMTimeRangeValueMonoMac.CoreMedia.CMTimeRange. Returns the CMTimeRange value wrapped by this NSValue object.
[read-only]
CMTimeValueMonoMac.CoreMedia.CMTime. Returns the CMTime value wrapped by this NSValue object.
[read-only]
NonretainedObjectValueNSObject. Returns the NSObject value wrapped by this NSValue object.
[read-only]
ObjCTypestring. Documentation for this section has not yet been entered.
[read-only]
PointerValueIntPtr. Returns the IntPtr value wrapped by this NSValue object.
[read-only]
PointFValueSystem.Drawing.PointF. Returns the PointF value wrapped by this NSValue object.
[read-only]
RangeValueNSRange. Documentation for this section has not yet been entered.
[read-only]
RectangleFValueSystem.Drawing.RectangleF. Returns the RectangleF value wrapped by this NSValue object.
[read-only]
SizeFValueSystem.Drawing.SizeF. Returns the SizeF value wrapped by this NSValue object.
[read-only]
Vector3ValueMonoMac.OpenGL.Vector3. Documentation for this section has not yet been entered.
[read-only]
Vector4ValueMonoMac.OpenGL.Vector4. Documentation for this section has not yet been entered.

Public Methods

static
FromCMTime(MonoMac.CoreMedia.CMTime) : NSValue
Creates an NSValue that wraps a CMTime object..
static
FromCMTimeMapping(MonoMac.CoreMedia.CMTimeMapping) : NSValue
Creates an NSValue that wraps a CMTimeMapping object.
static
FromCMTimeRange(MonoMac.CoreMedia.CMTimeRange) : NSValue
Creates an NSValue that wraps a CMTimeRange object.
static
FromPointF(System.Drawing.PointF) : NSValue
Creates an NSValue that wraps a PointF object.
static
FromRectangleF(System.Drawing.RectangleF) : NSValue
Creates an NSValue that wraps a RectangleF object.
static
FromSizeF(System.Drawing.SizeF) : NSValue
Creates an NSValue that wraps a SizeF object.
static
FromVector(MonoMac.OpenGL.Vector3) : MonoMac.OpenGL.Vector3
Documentation for this section has not yet been entered.
static
FromVector(MonoMac.OpenGL.Vector4) : MonoMac.OpenGL.Vector3
Documentation for this section has not yet been entered.
IsEqualTo(NSValue) : bool
Documentation for this section has not yet been entered.
StoreValueAtAddress(IntPtr)
Documentation for this section has not yet been entered.
static
ValueFromNonretainedObject(NSObject) : NSValue
Creates an NSValue object that is wrapped in an NSValue without being retained.
static
ValueFromPointer(IntPtr) : NSValue
Wraps the specified IntPtr object as an NSValue.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the NSValue object.