Dlfcn.SetUInt32(IntPtr, String, UInt32) Method

Definition

Sets the specified symbol in the library handle to the specified uint value.

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

Parameters

handle
IntPtr

nativeint

Handle to the dynamic library previously opened with dlopen(String, Int32).

symbol
String

Name of the public symbol in the dynamic library to look up.

value
UInt32

The value to set.

Applies to