次の方法で共有


Console.Write メソッド (Char )

指定した Unicode 文字配列を標準出力ストリームに書き込みます。

Overloads Public Shared Sub Write( _
   ByVal buffer() As Char _)
[C#]
public static void Write(char[] buffer);
[C++]
public: static void Write(__wchar_tbuffer __gc[]);
[JScript]
public static function Write(
   buffer : Char[]);

パラメータ

  • buffer
    Unicode 文字配列。

例外

例外の種類 条件
IOException I/O エラーが発生しました。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard

参照

Console クラス | Console メンバ | System 名前空間 | Console.Write オーバーロードの一覧 | Read | ReadLine | WriteLine