GpioDriver.QueryComponentInformation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.