次の方法で共有


Dlfcn.GetIndirect(IntPtr, String) メソッド

定義

指定したシンボルへのメモリ内のポインターを取得します。

public static IntPtr GetIndirect (IntPtr handle, string symbol);
static member GetIndirect : nativeint * string -> nativeint

パラメーター

handle
IntPtr

nativeint

で以前に開いた動的ライブラリへの dlopen(String, Int32)ハンドル。

symbol
String

参照する動的ライブラリ内のパブリック シンボルの名前。

戻り値

IntPtr

nativeint

ライブラリからの値、または失敗した場合は IntPtr.Zero。

注釈

ライブラリ内のパブリック シンボルへの汎用ポインターを取得するには、これを使用します。

適用対象