Dlfcn.SetInt32(IntPtr, String, Int32) Method

Definition

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

public static void SetInt32 (IntPtr handle, string symbol, int value);
static member SetInt32 : nativeint * string * int -> 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
Int32

The value to set.

Applies to