Dlfcn.SetNUInt(IntPtr, String, nuint) Method

Definition

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

public static void SetNUInt (IntPtr handle, string symbol, nuint value);
static member SetNUInt : nativeint * string * nuint -> 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
System.System.UIntPtr System.unativeint

The value to set.

Applies to