BncsFramework.GetVersionInfo Method

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

 

Syntax


public static Dictionary<stringstring> GetVersionInfo(
 bool BncsOnly
)

Parameters

BncsOnly

Type: Boolean
Flag indicating whether to only include assemblies starting with "BNCS."

Return Value

A dictionary containing assembly names as keys and their respective versions as values.

 

See Also


BncsFramework Class

BNCS.Core.DriverFramework Namespace