NSValue
NSValue(IntPtr)
NSValue(NativeHandle)
NSValue(NSCoder)
NSValue(NSObjectFlag)
CATransform3DValue
CGAffineTransformValue
CGPointValue
CGRectValue
CGSizeValue
CGVectorValue
ClassHandle
CMTimeMappingValue
CMTimeRangeValue
CMTimeValue
CMVideoDimensionsValue
CoordinateSpanValue
CoordinateValue
DirectionalEdgeInsetsValue
NonretainedObjectValue
ObjCType
PointerValue
PointFValue
RangeValue
RectangleFValue
SCNMatrix4Value
SizeFValue
UIEdgeInsetsValue
UIOffsetValue
Vector3Value
Vector4Value
Copy(NSZone)
EncodeTo(NSCoder)
FromCATransform3D(CATransform3D)
FromCGAffineTransform(CGAffineTransform)
FromCGPoint(CGPoint)
FromCGRect(CGRect)
FromCGSize(CGSize)
FromCGVector(CGVector)
FromCMTime(CMTime)
FromCMTime(NSObject)
FromCMTimeMapping(CMTimeMapping)
FromCMTimeMapping(NSObject)
FromCMTimeRange(CMTimeRange)
FromCMTimeRange(NSObject)
FromCMVideoDimensions(CMVideoDimensions)
FromDirectionalEdgeInsets(NSDirectionalEdgeInsets)
FromMKCoordinate(CLLocationCoordinate2D)
FromMKCoordinateSpan(MKCoordinateSpan)
FromPointF(PointF)
FromRange(NSRange)
FromRectangleF(RectangleF)
FromSCNMatrix4(SCNMatrix4)
FromSizeF(SizeF)
FromUIEdgeInsets(UIEdgeInsets)
FromUIOffset(UIOffset)
FromVector(SCNVector3)
FromVector(SCNVector4)
IsEqualTo(NSValue)
StoreValueAtAddress(nint)
StoreValueAtAddress(IntPtr, nuint)
StoreValueAtAddress(nint, nuint)
ValueFromNonretainedObject(NSObject)
ValueFromPointer(nint)
xamarinmac
namespace Foundation
{
[Register("NSValue", true)]
public class NSValue : NSObject, INSCoding, INSCopying, INSSecureCoding, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("getValue:size:")]
[Introduced(PlatformName.WatchOS, 4, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.TvOS, 11, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 13, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
public virtual void StoreValueAtAddress(IntPtr value, nuint size);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Xamarin watchOS | 0.0 |
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API