Dlfcn.SetIntPtr(IntPtr, String, IntPtr) Method

Definition

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

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

nativeint

The value to set.

Applies to