Click or drag to resize
SystemComponent Constructor
Creates a new SystemComponent object, initialized with a set of specified Windows Management Instrumentation (WMI) queries.

Namespace: com.softwarekey.Client.Utils.SystemComponent
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
protected SystemComponent(
	string[] wmiQueries
)

Parameters

wmiQueries
Type: SystemString
An array of WMI queries
See Also