AssemblyOptionSettings.

ControlFlowObfuscate Property

Summary

Sets the level of control flow obfuscation to apply to the assembly: False = None 0 = Use attributes to set Control Flow Obfuscation, see Obfuscating the control flow 1 = Basic 2 = Strictly valid 3 = Strongest 4 = Unverifiable

Syntax

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

Value

Type Description
Nullable<int>