Csc.Platform Propriedade

Definição

Obtém ou define a plataforma do processador a ser direcionada pelo arquivo de saída.Gets or sets the processor platform to be targeted by the output file.

public:
 property System::String ^ Platform { System::String ^ get(); void set(System::String ^ value); };
public string Platform { get; set; }
member this.Platform : string with get, set
Public Property Platform As String

Valor da propriedade

String

A plataforma do processador a ser segmentada pelo arquivo de saída.The processor platform to be targeted by the output file.

Comentários

Essa propriedade pode ter um valor de x86, x64 ou anycpu.This property can have a value of x86, x64, or anycpu. O padrão é anycpu.Default is anycpu. Para obter mais informações, consulte /platform (opções do compilador C#).For more information, see /platform (C# Compiler Options).

Aplica-se a