TClrProcessStartInfo.StandardOutputEncoding Property

Gets or sets the preferred encoding for standard output.

Namespace: CNClrLib.Component.Process
public
 property StandardOutputEncoding: _Encoding read GetStandardOutputEncoding write SetStandardOutputEncoding;

Property Value

Type: _Encoding

An object that represents the preferred encoding for standard output. The default is nil.

If the value of the StandardOutputEncoding property is nil, 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.