ScriptStream.Write(String) 方法

定义

将指定的字符串写入流中。Writes the specified string to the stream. 该字符串将写入 Out 流中。The string is written to the Out stream.

此 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

要写入流的字符串。The string to write to the stream.

适用于

另请参阅