Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
1.9 KiB

  1. This directory contains the following:
  2. 1. i386 - contains TraceEvent.dll, tracelog.exe, traceprt.dll, and tracefmt.exe.
  3. 2. Examples-BuildEnv - This directory contains files that may be used in the NT build environment.
  4. Contains a sample application that demonstrates the use of TraceProvider class,
  5. contained in TraceEvent.dll, for software tracing. The Readme.txt provided with
  6. the sample applications describes how to run the example.
  7. 3. Examples-BuildEnv - This directory contains files that may be used in a stand-alone environment, not necessarily in the NT build environment.
  8. Contains a sample application that demonstrates the use of TraceProvider class,
  9. contained in TraceEvent.dll, for software tracing. The Readme.txt provided with
  10. the sample applications describes how to run the example.
  11. 4. Doc - Contains a document that describes software tracing in C# applications
  12. 5. default.tmf - The default message format file used by tracefmt.exe for formatting the log file generated by a C# application
  13. 6. reg_com.bat - Contains commands that registers the TraceEvent.dll with the windows registry and the global cache.
  14. ************************************************************************************
  15. NOTE: 1. It is required to execute this file whenever TraceEvent.dll is updated
  16. 2. It is required to execute this file BEFORE the example application is used
  17. ************************************************************************************
  18. 7. RegAsm.exe - An executable used to register a DLL with the windows registry. This file is used by reg_com.bat.
  19. The executable ships with .NET Framework.
  20. 8. gacutil.exe - An executable used to install a DLL with the global cache. This file is used by reg_com.bat.
  21. The executable ships with .NET Framework SDK with VS .NET