This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.SmartAssembly.
Summary
Setting the types / methods name mangling level
Apply types / methods name mangling at the specified level to assemblies with nameobfuscate:true:
1 = ASCII renaming
2 = Unicode unprintable characters
3 = Unicode unprintable characters and advanced renaming
Note that this switch does not apply name mangling itself.It sets the level that will be used for assemblies with nameobfuscate:true set.
- Assembly
- Cake
.SmartAssembly .dll - Namespace
- Cake
.SmartAssembly - Containing Type
- Smart
Assembly Settings
Syntax
public Nullable<int> TypeMethodObfuscation { get; set; }
Value
Type | Description |
---|---|
Nullable |