|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS Namespace > Config Class > Config Methods > Config.GetInstancesOfType Method |
Retrieves an array of instances of a specified type.
Namespace: BNCS
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public static Instance[] GetInstancesOfType(
string instanceType
)
instanceType
Type: String
The type of instances to retrieve.
An array of instances of the specified type.