HackedBrain.ScriptCs.ClrMd.ClrMdPack.Detach C# (CSharp) Method

Detach() public method

public Detach ( ) : void
return void
		public void Detach()
		{
			this.EnsureAttachedToProcess();

			this.currentDataTarget.DebuggerInterface.DetachProcesses();
			this.currentDataTarget.Dispose();

			this.currentProcess = null;
			this.currentClrRuntime = null;
			this.currentDataTarget = null;
		}