Manager クラス

Manager クラス

アプリケーションは、Manager オブジェクトのメソッドを使って、Microsoft® DirectInput® デバイスの状態を列挙、作成、および取得する。

定義

Visual Basic Public Class Manager
   Inherits MarshalByRefObject 
C# public class Manager : MarshalByRefObject
Managed C++ public __gc class Manager  : public MarshalByRefObject
JScript public class Manager extends MarshalByRefObject

メンバ テーブル

次のテーブルは、Manager オブジェクトによって公開されているメンバの一覧である。左側のタブをクリックし、表示したいメンバの種類を選ぶこと。

メソッド

メソッド 説明
ConfigureDevices
Finalize Garbage Collector がオブジェクトを破棄する前に、オブジェクトが使ったリソースを強制的に解放する。
FindDevice
GetDeviceAttached
GetDevices 利用可能なデバイスを列挙する。
RunControlPanel ユーザーが新しい入力デバイスをインストールしたり、構成を変更したりできるように、Windows コントロール パネルを実行する。

プロパティ

プロパティ 説明
Devices 利用可能なデバイスを列挙する。

継承の階層構造

Object

MarshalByRefObject

Manager

クラスの情報

名前空間 Microsoft.DirectX.DirectInput
アセンブリ Microsoft.DirectX.DirectInput (microsoft.directx.directinput.dll)
厳密名 Microsoft.DirectX.DirectInput,  Version=0293,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492

© 2002 Microsoft Corporation. All rights reserved. Terms of use.