UIntPtr.Size プロパティ
定義
このインスタンスのサイズを取得します。Gets the size of this instance.
public:
static property int Size { int get(); };
public static int Size { get; }
member this.Size : int
Public Shared ReadOnly Property Size As Integer
プロパティ値
このプラットフォームでのポインターまたはハンドルのサイズ (バイト)。The size of a pointer or handle on this platform, measured in bytes. このプロパティの値は 32 ビット プラットフォームでは 4、64 ビット プラットフォームでは 8 です。The value of this property is 4 on a 32-bit platform, and 8 on a 64-bit platform.