| SystemComponent Constructor | 
Creates a new 
SystemComponent object, initialized with a set of specified Windows Management Instrumentation (WMI) queries.
 
Namespace: com.softwarekey.Client.Utils.SystemComponentAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
 Syntax
Syntaxprotected SystemComponent(
	string[] wmiQueries
)
Protected Sub New ( 
	wmiQueries As String()
)
protected:
SystemComponent(
	array<String^>^ wmiQueries
)
Parameters
- wmiQueries
- Type: SystemString
 An array of WMI queries
 See Also
See Also