Overlapped コンストラクタ ()とは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > Overlapped コンストラクタ ()の意味・解説 

Overlapped コンストラクタ ()


Overlapped コンストラクタ (Int32, Int32, IntPtr, IAsyncResult)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

ファイル位置I/O 操作完了したときに通知されるイベントハンドル、および操作結果返すためのインターフェイス指定して、Overlapped クラス新しインスタンス初期化します。

名前空間: System.Threading
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Public Sub New ( _
    offsetLo As Integer, _
    offsetHi As Integer, _
    hEvent As IntPtr, _
    ar As IAsyncResult _
)
Dim offsetLo As Integer
Dim offsetHi As Integer
Dim hEvent As IntPtr
Dim ar As IAsyncResult

Dim instance As New Overlapped(offsetLo,
 offsetHi, hEvent, ar)
public Overlapped (
    int offsetLo,
    int offsetHi,
    IntPtr hEvent,
    IAsyncResult ar
)
public:
Overlapped (
    int offsetLo, 
    int offsetHi, 
    IntPtr hEvent, 
    IAsyncResult^ ar
)
public Overlapped (
    int offsetLo, 
    int offsetHi, 
    IntPtr hEvent, 
    IAsyncResult ar
)
public function Overlapped (
    offsetLo : int, 
    offsetHi : int, 
    hEvent : IntPtr, 
    ar : IAsyncResult
)

パラメータ

offsetLo

転送開始するファイル位置下位ワード

offsetHi

転送開始するファイル位置の上ワード

hEvent

I/O 操作完了したときに通知されるイベントハンドル

ar

IAsyncResult インターフェイス実装し、I/O 操作に関するステータス情報提供するオブジェクト

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照

Overlapped コンストラクタ (Int32, Int32, Int32, IAsyncResult)

メモ : このコンストラクタは、互換性のために残されています。 旧式でない代替必要な場合は、Overlapped(Int32,Int32,IntPtr,IAsyncResult) を使用してください

ファイル位置I/O 操作完了したときに通知されるイベント32 ビット整数ハンドル、および操作結果返すためのインターフェイス指定して、Overlapped クラス新しインスタンス初期化します。

名前空間: System.Threading
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

<ObsoleteAttribute("This constructor is not 64-bit compatible.
  Use the constructor that takes an IntPtr for the event handle.  http://go.microsoft.com/fwlink/?linkid=14202")>
 _
Public Sub New ( _
    offsetLo As Integer, _
    offsetHi As Integer, _
    hEvent As Integer, _
    ar As IAsyncResult _
)
Dim offsetLo As Integer
Dim offsetHi As Integer
Dim hEvent As Integer
Dim ar As IAsyncResult

Dim instance As New Overlapped(offsetLo,
 offsetHi, hEvent, ar)
[ObsoleteAttribute("This constructor is not 64-bit compatible.  Use the constructor
 that takes an IntPtr for the event handle.  http://go.microsoft.com/fwlink/?linkid=14202")]
 
public Overlapped (
    int offsetLo,
    int offsetHi,
    int hEvent,
    IAsyncResult ar
)
[ObsoleteAttribute(L"This constructor is not 64-bit compatible.  Use the constructor
 that takes an IntPtr for the event handle.  http://go.microsoft.com/fwlink/?linkid=14202")]
 
public:
Overlapped (
    int offsetLo, 
    int offsetHi, 
    int hEvent, 
    IAsyncResult^ ar
)
/** @attribute ObsoleteAttribute("This constructor is not 64-bit compatible.
  Use the constructor that takes an IntPtr for the event handle.
  http://go.microsoft.com/fwlink/?linkid=14202") */ 
public Overlapped (
    int offsetLo, 
    int offsetHi, 
    int hEvent, 
    IAsyncResult ar
)
ObsoleteAttribute("This constructor is not 64-bit compatible.  Use the constructor
 that takes an IntPtr for the event handle.  http://go.microsoft.com/fwlink/?linkid=14202")
 
public function Overlapped (
    offsetLo : int, 
    offsetHi : int, 
    hEvent : int, 
    ar : IAsyncResult
)

パラメータ

offsetLo

転送開始するファイル位置下位ワード

offsetHi

転送開始するファイル位置の上ワード

hEvent

I/O 操作完了したときに通知されるイベントハンドル

ar

IAsyncResult インターフェイス実装し、I/O 操作に関するステータス情報提供するオブジェクト

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照

Overlapped コンストラクタ



このページでは「.NET Framework クラス ライブラリ リファレンス」からOverlapped コンストラクタ ()を検索した結果を表示しています。
Weblioに収録されているすべての辞書からOverlapped コンストラクタ ()を検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からOverlapped コンストラクタ () を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「Overlapped コンストラクタ ()」の関連用語

Overlapped コンストラクタ ()のお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



Overlapped コンストラクタ ()のページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS