Method ProcessMemory.ReadCharString
Overload
Copies a char string from that process (memory address ProcessMemory.Mem) to this process. In that process the string must be in Unicode UTF-16 format.
public string ReadCharString(int length, int offsetBytes = 0, bool findLength = false)
Parameters
length (int)
Number of characters to copy, not including the terminating |
offsetBytes (int)
Offset in ProcessMemory.Mem. |
findLength (bool)
Find string length by searching for |
Returns
string
The copied string, or |