Config.GetInstancesOfType Method

<< 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)

 

Syntax


public static Instance[] GetInstancesOfType(
 string instanceType
)

Parameters

instanceType

Type: String
The type of instances to retrieve.

Return Value

An array of instances of the specified type.

 

See Also


Config Class

BNCS Namespace