Ejemplo n.º 1
0
 public static string ReadString(IntPtr address, int maxLen)
 {
     return(Reader.ReadCString(address, maxLen));
 }