ReadComponentList Method
- Last UpdatedApr 08, 2026
- 1 minute read
Reads the BLTComponentInfo from the component configuration fileName.
public static IEnumerable<BLTComponentInfo> ReadComponentList(
string fileName
)
public:
static IEnumerable<BLTComponentInfo^>^ ReadComponentList(
String^ fileName
)
Parameters
- fileName
- The name of the configuration file.
Return Value
The list of BLTComponentInfo.
| Exception | Description |
|---|---|
| System.IO.FileNotFoundException | The fileName specified does not exist. |