简体   繁体   中英

ObfuscationAttribute class not found?

I want to exclude renaming files of Windows store class library. Found bellow attributes needs to be set but I don't find ObfuscationAttribute class in System.Reflection namespace? What is the Store equivalent? How can I stop this happening in EazFuscator.Net?

[System.Reflection.ObfuscationAttribute(Feature = "properties renaming")]

There is no equivalent in the available API's for Windows Store Apps. Take a look at the official API listings . You'll have to do your configuration in whatever 3rd party tool you are using.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM