|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Core.DriverFramework Namespace > BncsFramework Class > BncsFramework Methods > BncsFramework.GetVersionInfo Method |
Retrieves version information for assemblies in the current AppDomain.
Namespace: BNCS.Core.DriverFramework
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public static Dictionary<string, string> GetVersionInfo(
bool BncsOnly
)
BncsOnly
Type: Boolean
Flag indicating whether to only include assemblies starting with "BNCS."
A dictionary containing assembly names as keys and their respective versions as values.
BNCS.Core.DriverFramework Namespace