次の方法で共有


Dlfcn.SetNUInt(IntPtr, String, nuint) メソッド

定義

ライブラリ ハンドル内の指定したシンボルを、指定した nuint 値に設定します。

public static void SetNUInt (IntPtr handle, string symbol, nuint value);
static member SetNUInt : nativeint * string * nuint -> unit

パラメーター

handle
IntPtr

nativeint

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

symbol
String

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

value
System.System.UIntPtr System.unativeint

設定する値。

適用対象