-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_PerfTests_Running_Core_AppConfigHelpers_GetAppConfigOptions
andrewvk edited this page Nov 8, 2016
·
2 revisions
Reads assembly level options config section.
Namespace: CodeJam.PerfTests.Running.Core
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static AppConfigOptions GetAppConfigOptions(
params Assembly[] assembliesToCheck
)
VB
Public Shared Function GetAppConfigOptions (
ParamArray assembliesToCheck As Assembly()
) As AppConfigOptions
F#
static member GetAppConfigOptions :
assembliesToCheck : Assembly[] -> AppConfigOptions
- assembliesToCheck
- Type: System.Reflection.Assembly[]
Assemblies to check for the config section if the app.config does not contain the section.
Type: AppConfigOptions
Configuration section from the app.config, assembliesToCheck or CodeJam.PerfTests assembly (first wins).
AppConfigHelpers Class
CodeJam.PerfTests.Running.Core Namespace