コード例 #1
0
ファイル: HelpErrorTracer.cs プロジェクト: modulexcite/pash-1
 internal HelpErrorTracer(System.Management.Automation.HelpSystem helpSystem)
 {
     if (helpSystem == null)
     {
         throw PSTraceSource.NewArgumentNullException("HelpSystem");
     }
     this._helpSystem = helpSystem;
 }
コード例 #2
0
ファイル: HelpErrorTracer.cs プロジェクト: nickchal/pash
 internal HelpErrorTracer(System.Management.Automation.HelpSystem helpSystem)
 {
     if (helpSystem == null)
     {
         throw PSTraceSource.NewArgumentNullException("HelpSystem");
     }
     this._helpSystem = helpSystem;
 }
コード例 #3
0
ファイル: HelpProvider.cs プロジェクト: modulexcite/pash-1
 internal HelpProvider(System.Management.Automation.HelpSystem helpSystem)
 {
     this._helpSystem = helpSystem;
 }
コード例 #4
0
ファイル: HelpProvider.cs プロジェクト: nickchal/pash
 internal HelpProvider(System.Management.Automation.HelpSystem helpSystem)
 {
     this._helpSystem = helpSystem;
 }