NativeInterop.NativePtr 模組 (F#)
包含原始指標上的運算。 使用這些運算子可能會產生無法驗證的程式碼。
**命名空間/模組路徑:**Microsoft.FSharp.NativeInterop
組件:FSharp.Core (在 FSharp.Core.dll 中)
module NativePtr
值
值 |
描述 |
---|---|
新增 : nativeptr<'T> -> int -> nativeptr<'T> |
新增位移至指定的輸入指標,以傳回具型別原生指標。 |
get : nativeptr<'T> -> int -> 'T |
取值 (Dereference) 將位移加入至所指定輸入指標而計算的具型別原生指標。 |
ofNativeInt : nativeint -> nativeptr<'T> |
傳回所指定電腦位址的具型別原生指標。 |
read : nativeptr<'T> -> 'T |
取值 (Dereference) 指定的具型別原生指標。 |
set : nativeptr<'T> -> int -> 'T -> unit |
將值指派給記憶體位置,而這個記憶體位置是由將位移加入至所指定輸入指標而計算的具型別原生指標所參考。 |
stackalloc : int -> nativeptr<'T> |
在堆疊上配置記憶體區域。 |
toNativeInt : nativeptr<'T> -> nativeint |
傳回所指定具型別之原生指標的電腦位址。 |
write : nativeptr<'T> -> 'T -> unit |
將值指派給所指定具型別原生指標參考的記憶體位置。 |
平台
Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2
版本資訊
F# 核心程式庫版本
支援版本:2.0, 4.0,可攜式執行檔 (PE)。