-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_PerfTests_Configs_AssemblyCompetitionConfig_GetConfigForAssembly
andrewvk edited this page Nov 8, 2016
·
2 revisions
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)
C#
public static ICompetitionConfig GetConfigForAssembly(
Assembly targetAssembly
)
VB
Public Shared Function GetConfigForAssembly (
targetAssembly As Assembly
) As ICompetitionConfig
F#
static member GetConfigForAssembly :
targetAssembly : Assembly -> ICompetitionConfig
- targetAssembly
- Type: System.Reflection.Assembly
The target assembly.
Type: ICompetitionConfig
The competition config for the assembly.
AssemblyCompetitionConfig Class
CodeJam.PerfTests.Configs Namespace