コード例 #1
0
ファイル: Runspace.cs プロジェクト: modulexcite/pash-1
 public static Runspace[] GetRunspaces(RunspaceConnectionInfo connectionInfo, PSHost host, TypeTable typeTable)
 {
     return(RemoteRunspace.GetRemoteRunspaces(connectionInfo, host, typeTable));
 }