Marshal.SystemMaxDBCSCharSize フィールド
アセンブリ: mscorlib (mscorlib.dll 内)


SystemDefaultCharSize フィールドのコード例を次に示します。このコード例は、Marshal クラスのトピックで取り上げているコード例の一部分です。
// Demonstrate the use of public static fields of the Marshal class.
Console.WriteLine("SystemDefaultCharSize={0}, SystemMaxDBCSCharSize={1}"
,
Marshal.SystemDefaultCharSize, Marshal.SystemMaxDBCSCharSize);

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からMarshal.SystemMaxDBCSCharSize フィールドを検索する場合は、下記のリンクをクリックしてください。

- Marshal.SystemMaxDBCSCharSize フィールドのページへのリンク