ScriptStream.Write(String) 方法
定义
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.