Dlfcn.SetNInt(IntPtr, String, nint) Method

Definition

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

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

The value to set.

Applies to