Skip to content

M_CodeJam_PerfTests_Configs_AssemblyCompetitionConfig_GetConfigForAssembly

andrewvk edited this page Nov 8, 2016 · 2 revisions

AssemblyCompetitionConfig.GetConfigForAssembly Method

Returns competition config for the assembly.

Namespace: CodeJam.PerfTests.Configs
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public static ICompetitionConfig GetConfigForAssembly(
	Assembly targetAssembly
)

VB

Public Shared Function GetConfigForAssembly ( 
	targetAssembly As Assembly
) As ICompetitionConfig

F#

static member GetConfigForAssembly : 
        targetAssembly : Assembly -> ICompetitionConfig 

Parameters

 

targetAssembly
Type: System.Reflection.Assembly
The target assembly.

Return Value

Type: ICompetitionConfig
The competition config for the assembly.

See Also

Reference

AssemblyCompetitionConfig Class
CodeJam.PerfTests.Configs Namespace

Clone this wiki locally