Dlfcn.SetByte(IntPtr, String, Byte) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the specified symbol in the library handle to the specified byte value.
public static void SetByte(IntPtr handle, string symbol, byte value);
static member SetByte : nativeint * string * byte -> 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
- Byte
The value to set.