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の可能な最大値。

実装

適用対象