次の方法で共有


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

定義

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

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

パラメーター

handle
IntPtr

nativeint

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

symbol
String

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

戻り値

System.System.UIntPtr System.unativeint

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

注釈

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

適用対象