示例#1
0
 static PendingProgress()
 {
     PendingProgress.tracer = PSTraceSource.GetTracer("PendingProgress", "Console Host Progress");
 }
示例#2
0
 static ConsoleHostRawUserInterface()
 {
     ConsoleHostRawUserInterface.tracer = PSTraceSource.GetTracer("ConsoleHostRawUserInterface", "Console host's subclass of S.M.A.Host.RawConsole");
 }
示例#3
0
 static CoreCommandBase()
 {
     CoreCommandBase.tracer = PSTraceSource.GetTracer("NavigationCommands", "The namespace navigation tracer");
 }