临时目录

本节是可选的,它指定 Dotfuscator 的工作目录。如果未指定,则默认工作目录为系统的临时目录。应用程序使用工作目录对输入程序集运行 ildasm 和 ilasm。反汇编的输出和在输入程序集中嵌入的任何资源(托管的或非托管的)都会存储在该目录中。在处理之后,这些文件将被自动删除。

<!-- scratch directory is optional -->
<!-- If absent, defaults to system's temp dir -->
<tempdir>
<file dir="c:\temp"/>   
</tempdir>

© 2002-2007 PreEmptive Solutions. 保留所有权利。