Partager via


NativePtr.ofNativeInt<'T>, fonction (F#)

Retourne un pointeur natif typé pour une adresse d'ordinateur donnée.

Espace de noms/Chemin du module : Microsoft.FSharp.NativeInterop.NativePtr

Assembly : FSharp.Core (in FSharp.Core.dll)

// Signature:
NativePtr.ofNativeInt : nativeint -> nativeptr<'T> (requires unmanaged)

// Usage:
NativePtr.ofNativeInt address

Paramètres

  • address
    Type : nativeint

    Adresse du pointeur.

Valeur de retour

Pointeur typé.

Notes

Cette fonction se nomme OfNativeIntInlined dans les assemblys compilés. Si vous accédez au membre à partir d'un langage .NET autre que F#, ou par réflexion, utilisez ce nom.

Plateformes

Windows 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2

Informations de version

Runtime F#

Pris en charge dans : 2.0, 4.0

Silverlight

Prise en charge dans : 3

Voir aussi

Référence

NativeInterop.NativePtr, module (F#)

Microsoft.FSharp.NativeInterop, espace de noms (F#)