We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Returns output directory that should be used for running the test.
Namespace: CodeJam.PerfTests.Running.CoreAssembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
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
Type: StringOutput directory that should be used for running the test or null if the current directory should be used.
null
CompetitionRunnerBase ClassCodeJam.PerfTests.Running.Core Namespace