CompilerParameters.IncludeDebugInformation Propriedade

Definição

Obtém ou define um valor que indica informações de depuração devem ou não ser incluídas no executável compilado.Gets or sets a value indicating whether to include debug information in the compiled executable.

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

Valor da propriedade

Boolean

true Se as informações de depuração devem ser geradas; caso contrário, false .true if debug information should be generated; otherwise, false.

Aplica-se a