Share via


Dlfcn.SetUInt64(IntPtr, String, UInt64) Method

Definition

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

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

The value to set.

Applies to