13 target.SetProperty(
"CommandLine", Environment.CommandLine);
14 target.SetProperty(
"CurrentDirectory", Environment.CurrentDirectory);
15 target.SetProperty(
"ExitCode", Environment.ExitCode);
16 target.SetProperty(
"HasShutdownStarted", Environment.HasShutdownStarted);
17 target.SetProperty(
"Is64BitOperatingSystem", Environment.Is64BitOperatingSystem);
18 target.SetProperty(
"Is64BitProcess", Environment.Is64BitProcess);
19 target.SetProperty(
"MachineName", Environment.MachineName);
20 target.SetProperty(
"NewLine", Environment.NewLine);
21 target.SetProperty(
"OSVersion", Environment.OSVersion.ToString());
22 target.SetProperty(
"ProcessorCount", Environment.ProcessorCount);
23 target.SetProperty(
"StackTrace", Environment.StackTrace);
24 target.SetProperty(
"SystemDirectory", Environment.SystemDirectory);
25 target.SetProperty(
"SystemPageSize", Environment.SystemPageSize);
26 target.SetProperty(
"TickCount", Environment.TickCount);
27 target.SetProperty(
"UserDomainName", Environment.UserDomainName);
28 target.SetProperty(
"UserInteractive", Environment.UserInteractive);
29 target.SetProperty(
"UserName", Environment.UserName);
30 target.SetProperty(
"WorkingSet", Environment.WorkingSet);
31 target.SetProperty(
"CurrentManagedThreadId", Environment.CurrentManagedThreadId);