Example #1
0
 internal HelpErrorTracer(System.Management.Automation.HelpSystem helpSystem)
 {
     if (helpSystem == null)
     {
         throw PSTraceSource.NewArgumentNullException("HelpSystem");
     }
     this._helpSystem = helpSystem;
 }
Example #2
0
 internal HelpErrorTracer(System.Management.Automation.HelpSystem helpSystem)
 {
     if (helpSystem == null)
     {
         throw PSTraceSource.NewArgumentNullException("HelpSystem");
     }
     this._helpSystem = helpSystem;
 }
Example #3
0
 internal HelpProvider(System.Management.Automation.HelpSystem helpSystem)
 {
     this._helpSystem = helpSystem;
 }
Example #4
0
 internal HelpProvider(System.Management.Automation.HelpSystem helpSystem)
 {
     this._helpSystem = helpSystem;
 }