Skip to content

M_CodeJam_PerfTests_Running_Core_AppConfigHelpers_GetAppConfigOptions

andrewvk edited this page Nov 8, 2016 · 2 revisions

AppConfigHelpers.GetAppConfigOptions Method

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)

Syntax

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 

Parameters

 

assembliesToCheck
Type: System.Reflection.Assembly[]
Assemblies to check for the config section if the app.config does not contain the section.

Return Value

Type: AppConfigOptions
Configuration section from the app.config, assembliesToCheck or CodeJam.PerfTests assembly (first wins).

See Also

Reference

AppConfigHelpers Class
CodeJam.PerfTests.Running.Core Namespace

Clone this wiki locally