public void Close() { if (ProcHandle != IntPtr.Zero) { PinProc.PRDelete(ProcHandle); } ProcHandle = IntPtr.Zero; }