Share via


ScriptStream.Write(String) 方法

定义

将指定的字符串写入流中。 该字符串将写入 Out 流中。

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

public:
 static void Write(System::String ^ str);
public static void Write (string str);
static member Write : string -> unit
Public Shared Sub Write (str As String)

参数

str
String

要写入流的字符串。

适用于

另请参阅