Console
私はプロジェクトとプロジェクトで解決策を持っていWCFService
ます。
にWCF
への参照を追加しましたConsole
。
コンソールのProcessSystem.Diagnostics ;`を実行するにはどうすればよいですか?from the service?
Do I need to create a newusing
私の中WCF
には、コンソールを実行したいポイントである次のメソッドがあります。
public String WelComeMessage(String name) {
Process myConsole = new Process(); ///<<<maybe not required?
//<want run the console here
return String.Format("{0}, Welcome to http://blah.com", name);
}
したがって、VSでは、現時点では次のようになります。