ProcessStartInfo.StandardOutputEncoding Eigenschap

Definitie

Hiermee haalt u de voorkeurscodering op of stelt u deze in voor standaarduitvoer.

public:
 property System::Text::Encoding ^ StandardOutputEncoding { System::Text::Encoding ^ get(); void set(System::Text::Encoding ^ value); };
public System.Text.Encoding StandardOutputEncoding { get; set; }
member this.StandardOutputEncoding : System.Text.Encoding with get, set
Public Property StandardOutputEncoding As Encoding

Waarde van eigenschap

Een object dat de voorkeurscodering voor standaarduitvoer vertegenwoordigt. De standaardwaarde is null.

Opmerkingen

Als de waarde van de StandardOutputEncoding eigenschap is null, gebruikt het proces de standaardstandaarduitvoercodering voor de standaarduitvoer. De StandardOutputEncoding eigenschap moet worden ingesteld voordat het proces wordt gestart. Het instellen van deze eigenschap garandeert niet dat het proces gebruikmaakt van de opgegeven codering. De toepassing moet worden getest om te bepalen welke coderingen het proces ondersteunt.

Van toepassing op