コード例 #1
0
ファイル: ScriptRunner.cs プロジェクト: FFFF0h/RunPSScript
 /// <summary>
 /// Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
 /// </summary>
 public override string ToString()
 {
     return(_runner.ToString());
 }