次の方法で共有


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

定義

指定されたシンボルで公開されている ulong 値を動的ライブラリから取得します。

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

パラメーター

handle
IntPtr

nativeint

で以前に開いた動的ライブラリを dlopen(String, Int32)処理します。

symbol
String

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

戻り値

ライブラリからの値。エラーが発生した場合は 0。

注釈

このルーチンが失敗すると、0 が返されます。

適用対象