NSData.FromBytes(IntPtr, UIntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("dataWithBytes:length:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSData FromBytes(IntPtr bytes, UIntPtr size);
[<Foundation.Export("dataWithBytes:length:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromBytes : nativeint * unativeint -> Foundation.NSData
Parameters
- bytes
-
IntPtr
nativeint
- size
-
UIntPtr
unativeint
Returns
- Attributes