Options

[DoNotObfuscateType] Apply to class name only?

eric-914eric-914 Posts: 46
edited June 24, 2013 8:03AM in SmartAssembly
Is it possible to add the [DoNotObfuscateType] to a class in such a way that the name of the class is left alone, while everything w/in it becomes obfuscated?

My program is saving the class names to a file to be loaded afterwards, but the class names themselves I'd like to keep as is. How those classes are implemented I'd like to obscure, but not the names of the classes.

Comments

Sign In or Register to comment.