예제 #1
0
 internal PowerShellChannelWriter(PowerShellTraceChannel traceChannel, PowerShellTraceKeywords keywords)
 {
     _traceChannel = traceChannel;
     _keywords     = keywords;
 }
예제 #2
0
 internal PowerShellChannelWriter(PowerShellTraceChannel traceChannel, PowerShellTraceKeywords keywords)
 {
     this._traceChannel = traceChannel;
     this._keywords = keywords;
 }