Dlfcn.SetUInt32(IntPtr, String, UInt32) 方法

定义

将库句柄中的指定符号设置为指定的 uint 值。

public static void SetUInt32 (IntPtr handle, string symbol, uint value);
static member SetUInt32 : nativeint * string * uint32 -> unit

参数

handle
IntPtr

nativeint

以前使用 打开的动态库的 dlopen(String, Int32)句柄。

symbol
String

要查找的动态库中公共符号的名称。

value
UInt32

要设置的值。

适用于