System.UIntPtr.Size Property

Gets the size of this instance.

Value: 4

Syntax

public static int Size { get; }

Value

A int containing the number of bytes of a pointer or handle for the current implementation. The value of this property is equal to the number of bytes contained by the native unsigned int type in the current implementation.

Remarks

This property is read-only.

For more information on the native unsigned int type, see Partition II of the CLI Specification.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0