ProcessStartInfo::StandardOutputEncoding Property
.NET Framework (current version)
Gets or sets the preferred encoding for standard output.
Assembly: System (in System.dll)
public: property Encoding^ StandardOutputEncoding { Encoding^ get(); void set(Encoding^ value); }
Property Value
Type: System.Text::Encoding^An object that represents the preferred encoding for standard output. The default is null.
If the value of the StandardOutputEncoding property is null, the process uses the default standard output encoding for the standard output. The StandardOutputEncoding property must be set before the process is started. Setting this property does not guarantee that the process will use the specified encoding. The application should be tested to determine which encodings the process supports.
.NET Framework
Available since 2.0
Available since 2.0
Show: