public SessionStateTypeEntry(System.Management.Automation.Runspaces.TypeTable typeTable) : base("*")
 {
     if (typeTable == null)
     {
         throw PSTraceSource.NewArgumentNullException("typeTable");
     }
     this._typeTable = typeTable;
 }
Esempio n. 2
0
 public SessionStateTypeEntry(System.Management.Automation.Runspaces.TypeTable typeTable) : base("*")
 {
     if (typeTable == null)
     {
         throw PSTraceSource.NewArgumentNullException("typeTable");
     }
     this._typeTable = typeTable;
 }