UIntPtr.Size Propiedad
Definición
Obtiene el tamaño de esta instancia.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
Valor de propiedad
Tamaño de un puntero o identificador en esta plataforma, medido en bytes.The size of a pointer or handle on this platform, measured in bytes. El valor de esta propiedad es 4 en una plataforma de 32 bits y 8 en una plataforma de 64 bits.The value of this property is 4 on a 32-bit platform, and 8 on a 64-bit platform.