ManagedCompiler.StandardOutputEncoding 属性

定义

获取或设置已捕获的任务标准输出流的编码。Gets or sets the encoding of the captured task standard output stream.

此 API 支持产品基础结构,不能在代码中直接使用。

protected:
 virtual property System::Text::Encoding ^ StandardOutputEncoding { System::Text::Encoding ^ get(); };
protected override System.Text.Encoding StandardOutputEncoding { get; }
member this.StandardOutputEncoding : System.Text.Encoding
Protected Overrides ReadOnly Property StandardOutputEncoding As Encoding

属性值

Encoding

已捕获的任务标准输出流的编码。The encoding of the captured task standard output stream.

继承者说明

此类使用 StrongNameIdentityPermissionAttribute 特性,并且不能被继承。This class uses the StrongNameIdentityPermissionAttribute attribute and cannot be inherited.

适用于