GpioDriver.QueryComponentInformation Method

Definition

Query information about a component and its children.

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

Returns

A tree of ComponentInformation instances.

Remarks

The returned data structure (or rather, its string representation) can be used to diagnose problems with incorrect driver types or other system configuration problems. This method is currently reserved for debugging purposes. Its behavior its and signature are subject to change.

Applies to