次の方法で共有


UIntPtr.ToUInt64 メソッド

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

UIntPtr 型は CLS との互換性がありません。CLS と互換性のある型は、IntPtr です。CLS との互換性に関する詳細については 「共通言語仕様の概要」 を参照してください。

Public Function ToUInt64() As UInt64
[C#]
public ulong ToUInt64();
[C++]
public: unsigned __int64 ToUInt64();
[JScript]
public function ToUInt64() : UInt64;

戻り値

このインスタンスの値と等価な 64 ビット符号なし整数。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard

参照

UIntPtr 構造体 | UIntPtr メンバ | System 名前空間