Overlapped.EventHandle プロパティ
メモ : このプロパティは、互換性のために残されています。 旧式でない代替が必要な場合は、EventHandleIntPtr を使用してください。
I/O 操作が完了したときに通知される同期イベントの 32 ビット整数ハンドルを取得または設定します。 名前空間: System.Threadingアセンブリ: mscorlib (mscorlib.dll 内)

<ObsoleteAttribute("This property is not 64-bit compatible. Use EventHandleIntPtr instead. http://go.microsoft.com/fwlink/?linkid=14202")> _ Public Property EventHandle As Integer
Dim instance As Overlapped Dim value As Integer value = instance.EventHandle instance.EventHandle = value
[ObsoleteAttribute("This property is not 64-bit compatible. Use EventHandleIntPtr instead. http://go.microsoft.com/fwlink/?linkid=14202")] public int EventHandle { get; set; }
[ObsoleteAttribute(L"This property is not 64-bit compatible. Use EventHandleIntPtr instead. http://go.microsoft.com/fwlink/?linkid=14202")] public: property int EventHandle { int get (); void set (int value); }
/** @property */ public int get_EventHandle () /** @property */ public void set_EventHandle (int value)
同期イベントのハンドルを表す Int32 値。

このプロパティは 64 ビット プラットフォームでは使用できません。代わりに、EventHandleIntPtr プロパティを使用します。
WaitHandle クラスから派生するマネージ同期イベントのハンドルを取得するには、WaitHandle.Handle プロパティを使用します。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からOverlapped.EventHandle プロパティを検索する場合は、下記のリンクをクリックしてください。

- Overlapped.EventHandle プロパティのページへのリンク