|
<< 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.Config (in BNCS.Config.dll)
public static Instance[] GetInstancesOfType(
String instanceType
)
instanceType
Type: String
The type of instances to retrieve.
An array of instances of the specified type.