共用方式為


Core.nativeptr<'T> 型別 (F#)

表示 F# 程式碼中的 Unmanaged 指標。

命名空間/模組路徑: Microsoft.FSharp.Core

組件:FSharp.Core (在 FSharp.Core.dll 中)

type nativeptr<'T (requires unmanaged)> =
 class
 end

備註

只有在撰寫與機器碼互動的 F# 程式碼時,才應該使用這個型別。 在 F# 程式碼中使用這個型別可能會產生無法驗證的程式碼。 可能需要與 nativeint 型別之間進行相互轉換。 NativeInterop.NativePtr 模組中的函式,可能會產生這個型別的值。

平台

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

版本資訊

F# 執行階段

支援版本:2.0、4.0

Silverlight

支援版本:3

請參閱

參考

Microsoft.FSharp.Core 命名空間 (F#)