Because you are testing compiled code only , you do not have access to the source code you are testing 您只对经过编译的代码进行测试,因此对正在测试的源代码没有访问权限。
Additionally , there are obfuscation tools that make compiled code even more resistant to reverse engineering 此外,模糊处理工具增强了编译后的代码对抗反向工程处理的能力。
The assembly is a dll that contains the compiled code from your project that is referenced by the document 程序集是一个dll ,它包含您的项目中由文档所引用的经过编译的代码。
While the symbol can still be used to conditionally compile code , the symbol will otherwise evaluate to nothing 尽管该符号仍可用于有条件地编译代码,但它不会计算出任何结果。
Be wary of compiled code until you have tested it and are confident that you understand what it does 在完成代码测试并确信已了解代码功能之前,要对已编译的代码保持谨慎的态度。
Anyone who can get access to the code file , even the compiled code , will be able to get at the credentials 能够访问代码文件(甚至是已编译的代码)的任何人员,都将能够获取凭据。
Gets or sets a value indicating whether the extracted class name exists inside a block of conditionally compiled code 获取或设置一个值,该值指示提取的类名是否存在于条件编译代码块中。
Is an inline function , meaning the compiled code makes the conversion , often without generating a function call 是一个“内联函数” ,这意味着转换是由已编译的代码执行的,通常不会生成函数调用。
When the compiler optimizes code , it repositions and reorganizes instructions , resulting in more efficient compiled code 当编译器优化代码时,它将重新定位并重组指令,以得到更高效的编译的代码。
Override this method to add custom finalization code to objects when just - in - time compiled code or object pooling is used 重写该方法以在使用实时( jit )编译代码或对象池时向对象添加自定义终止代码。