SmartAssemblySettings.

TypeMethodObfuscation Property

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.

Syntax

public Nullable<int> TypeMethodObfuscation { get; set; }

Value

Type Description
Nullable<int>