CompilerParameters.IncludeDebugInformation Propriété

Définition

Obtient ou définit une valeur indiquant si les informations de débogage doivent être incluses dans l'exécutable compilé.

public:
 property bool IncludeDebugInformation { bool get(); void set(bool value); };
public bool IncludeDebugInformation { get; set; }
member this.IncludeDebugInformation : bool with get, set
Public Property IncludeDebugInformation As Boolean

Valeur de propriété

true si les informations de débogage doivent être générées ; sinon, false.

S’applique à