Share via


NSValue.StoreValueAtAddress Method

Definition

Overloads

StoreValueAtAddress(IntPtr)

[Foundation.Export("getValue:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void StoreValueAtAddress(IntPtr value);
[<Foundation.Export("getValue:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member StoreValueAtAddress : nativeint -> unit
override this.StoreValueAtAddress : nativeint -> unit

Parameters

value
IntPtr

nativeint

Attributes

Applies to

StoreValueAtAddress(IntPtr, UIntPtr)

[Foundation.Export("getValue:size:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void StoreValueAtAddress(IntPtr value, UIntPtr size);
[<Foundation.Export("getValue:size:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member StoreValueAtAddress : nativeint * unativeint -> unit
override this.StoreValueAtAddress : nativeint * unativeint -> unit

Parameters

value
IntPtr

nativeint

size
UIntPtr

unativeint

Attributes

Applies to