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

EnsureAttachedToProcess() private method

private EnsureAttachedToProcess ( ) : void
return void
		private void EnsureAttachedToProcess()
		{
			if(this.currentProcess == null)
			{
				throw new InvalidOperationException("Not attached to any process right now.");
			}
		}
	}