IntPtr.MaxValue 属性

定义

获取 IntPtr的最大可能值。

public:
 static property IntPtr MaxValue { IntPtr get(); };
public static IntPtr MaxValue { get; }
static member MaxValue : nativeint
Public Shared ReadOnly Property MaxValue As IntPtr

属性值

IntPtr

nativeint

IntPtr的最大可能值。

实现

适用于