Inherit Property
If Inherit is true, and ObfuscateControlFlowAttribute is applied to an assembly, ArmDot obfuscates the control flow of all methods of the assembly.
If Inherit is true, and ObfuscateControlFlowAttribute is applied to a type, ArmDot obfuscates control flow of the methods of the type, and of the nested types.
The default value is true.
bool Inherit { get; set; }