HackedBrain.ScriptCs.ClrMd.ClrMdPack.EnsureAttachedToProcess C# (CSharp) Méthode

EnsureAttachedToProcess() private méthode

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