UIntPtr.Size プロパティ
このインスタンスのサイズを取得します。
UIntPtr 型は CLS との互換性がありません。CLS と互換性のある型は、IntPtr です。CLS との互換性に関する詳細については 「共通言語仕様の概要」 を参照してください。
Public Shared ReadOnly Property Size As Integer
[C#]
public static int Size {get;}
[C++]
public: __property static int get_Size();
[JScript]
public static function get Size() : int;
プロパティ値
このプラットフォームでのポインタまたはハンドルのサイズ (バイト)。このプロパティの値は 32 ビット プラットフォームでは 4、64 ビット プラットフォームでは 8 です。
必要条件
プラットフォーム: 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