Beispiel #1
0
 public static ProcessHandle getInstence()
 {
     if (_processHandle == null)
     {
         _processHandle = new ProcessHandle();
     }
     return _processHandle;
 }
Beispiel #2
0
 public static extern long VirtualQueryEx(IntPtr hProcess, IntPtr lpAddress, out ProcessHandle.MEMORY_BASIC_INFORMATION lpBuffer, int dwLength);