RedirectionType.ToString 方法

定义

将当前 RedirectionType 转换为其等效的字符串表示形式。Converts the current RedirectionType to its equivalent string representation.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

返回

String

当前 RedirectionType 对象的值的字符串表示形式。A string representation of the value of the current RedirectionType object.

适用于