예제 #1
0
 internal PSSnapInTypeAndFormatErrors(string psSnapinName, System.Management.Automation.Runspaces.FormatTable formatTable)
 {
     this.psSnapinName = psSnapinName;
     this.formatTable = formatTable;
     this.errors = new Collection<string>();
 }
 internal PSSnapInTypeAndFormatErrors(string psSnapinName, System.Management.Automation.Runspaces.FormatTable formatTable)
 {
     this.psSnapinName = psSnapinName;
     this.formatTable  = formatTable;
     this.errors       = new Collection <string>();
 }