[Home] Type Microsoft.FSharp.Core.nativeptr


The type of machine pointers assumed to be pointing to unmanaged or pinned memory containing values or an array of values of the given type. This type should only be used when writing F# code that interoperates with C code. Use of this type in F# code may result in unverifiable code being generated. Conversions to and from the [[nativeint]] type may be required. Values of this type can be generated by the functions in the NativeInterop.NativePtr module.

Full Type Signature

type 'a nativeptr = (# ...)

See Also

Microsoft.FSharp.Core


Documentation for assembly FSharp.Core, version 1.9.4.19, generated using F# version 1.9.4.19