IntPtr.Size 属性

定义

获取此实例的大小。

public:
 static property int Size { int get(); };
public static int Size { get; }
static member Size : int
Public Shared ReadOnly Property Size As Integer

属性值

执行进程中有符号整数的大小,以字节为单位。 此属性的值在 32 位进程中为 4,在 64 位进程中为 8。 通过 C# 和 Visual Basic 编译器编译代码时,可以通过设置 /platform 开关定义该进程类型。

适用于