IntPtr.ToInt64 メソッド

定義

このインスタンスの値を 64 ビット符号付き整数に変換します。

public:
 long ToInt64();
public long ToInt64();
member this.ToInt64 : unit -> int64
Public Function ToInt64 () As Long

返品

このインスタンスの値と等しい 64 ビット符号付き整数。

適用対象