다음을 통해 공유


Dlfcn.SetSByte(IntPtr, String, SByte) Method

Definition

Sets the specified symbol in the library handle to the specified signed byte value.

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

The value to set.

Applies to