Dlfcn.SetUInt64 メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SetUInt64(IntPtr, String, Int64) |
古い.
ライブラリ ハンドル内の指定したシンボルを、指定した long 値に設定します。 |
SetUInt64(IntPtr, String, UInt64) |
ライブラリ ハンドル内の指定されたシンボルを、指定した ulong 値に設定します。 |
SetUInt64(IntPtr, String, Int64)
注意事項
Use 'SetInt64' for long values instead.
ライブラリ ハンドル内の指定したシンボルを、指定した long 値に設定します。
[System.Obsolete("Use 'SetInt64' for long values instead.")]
public static void SetUInt64 (IntPtr handle, string symbol, long value);
static member SetUInt64 : nativeint * string * int64 -> unit
パラメーター
- handle
-
IntPtr
nativeint
で以前に開いた動的ライブラリへの dlopen(String, Int32)ハンドル。
- symbol
- String
参照する動的ライブラリ内のパブリック シンボルの名前。
- value
- Int64
設定する値。
- 属性
適用対象
SetUInt64(IntPtr, String, UInt64)
ライブラリ ハンドル内の指定されたシンボルを、指定した ulong 値に設定します。
public static void SetUInt64 (IntPtr handle, string symbol, ulong value);
static member SetUInt64 : nativeint * string * uint64 -> unit
パラメーター
- handle
-
IntPtr
nativeint
で以前に開いた動的ライブラリへの dlopen(String, Int32)ハンドル。
- symbol
- String
参照する動的ライブラリ内のパブリック シンボルの名前。
- value
- UInt64
設定する値。