次の方法で共有


Dlfcn.CachePointer(IntPtr, String, IntPtr*) メソッド

定義

指定したライブラリ内の指定した定数シンボルを検索し、指定されたストレージに格納します (ストレージに既に値が含まれている場合を除き、その値が返されます)。

public static IntPtr CachePointer (IntPtr handle, string constant, IntPtr* storage);
static member CachePointer : nativeint * string * nativeptr<nativeint> -> nativeint

パラメーター

handle
IntPtr

nativeint

検索するライブラリのハンドル。

constant
String

検索するシンボル。

storage

IntPtr*

nativeint*

結果のポインターの格納場所へのポインター。

戻り値

IntPtr

nativeint

指定したライブラリ内の定数シンボルへのポインター。

適用対象