Skip to content

M_CodeJam_PerfTests_Running_Core_CompetitionRunnerBase_GetOutputDirectory

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionRunnerBase.GetOutputDirectory Method

Returns output directory that should be used for running the test.

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

Syntax

C#

protected virtual string GetOutputDirectory(
	Assembly targetAssembly
)

VB

Protected Overridable Function GetOutputDirectory ( 
	targetAssembly As Assembly
) As String

F#

abstract GetOutputDirectory : 
        targetAssembly : Assembly -> string 
override GetOutputDirectory : 
        targetAssembly : Assembly -> string 

Parameters

 

targetAssembly
Type: System.Reflection.Assembly
The target assembly tests will be run for.

Return Value

Type: String
Output directory that should be used for running the test or null if the current directory should be used.

See Also

Reference

CompetitionRunnerBase Class
CodeJam.PerfTests.Running.Core Namespace

Clone this wiki locally