Share via


Dlfcn.SetUInt16(IntPtr, String, UInt16) Method

Definition

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

public static void SetUInt16(IntPtr handle, string symbol, ushort value);
static member SetUInt16 : nativeint * string * uint16 -> unit

Parameters

handle
IntPtr

nativeint

Handle to the dynamic library previously opened with dlopen(String, Int32) or dlopen(String, Dlfcn+Mode).

symbol
String

Name of the public symbol in the dynamic library to look up.

value
UInt16

The value to set.

Applies to