GpioController.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

注解

返回的数据结构 (或者更确切地说,其字符串表示形式) 可用于诊断不正确的驱动程序类型问题或其他系统配置问题。 此方法目前保留用于调试目的。 其行为 和 签名可能会发生更改。

适用于