次の方法で共有


GpioDriver.QueryComponentInformation メソッド

定義

コンポーネントとその子に関する情報を照会します。

public virtual System.Device.ComponentInformation QueryComponentInformation ();
abstract member QueryComponentInformation : unit -> System.Device.ComponentInformation
override this.QueryComponentInformation : unit -> System.Device.ComponentInformation
Public Overridable Function QueryComponentInformation () As ComponentInformation

戻り値

インスタンスの ComponentInformation ツリー。

注釈

返されるデータ構造 (または文字列表現) を使用して、ドライバーの種類が正しくない問題やその他のシステム構成の問題を診断できます。 このメソッドは現在、デバッグ目的で予約されています。 その動作とそのシグネチャは変更される可能性があります。

適用対象