-
Notifications
You must be signed in to change notification settings - Fork 36
T_CodeJam_PerfTests_Running_Core_AppConfigOptions
andrewvk edited this page Nov 8, 2016
·
2 revisions
Assembly-level options for the AssemblyCompetitionConfig.
System.Object
CodeJam.PerfTests.Running.Core.AppConfigOptions
Namespace: CodeJam.PerfTests.Running.Core
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public class AppConfigOptions
VB
Public Class AppConfigOptions
F#
type AppConfigOptions = class end
The AppConfigOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() |
AppConfigOptions | Initializes a new instance of the AppConfigOptions class |
Name | Description | |
---|---|---|
![]() |
AnnotateOnRun | Enables UpdateSourceAnnotations option. |
![]() |
IgnoreExistingAnnotations |
Enables IgnoreExistingAnnotations option. If set to true the PreviousRunLogUri value will be ignored. |
![]() |
Loggers | Assembly-level loggers that should be used. Check the AppConfigLoggers for possible values. |
![]() |
PreviousRunLogUri | Sets the PreviousRunLogUri to the specified value. |
![]() |
ReportWarningsAsErrors | Enables ReportWarningsAsErrors option. |
![]() |
TargetPlatform | Target platform for the competition. |
![]() |
TroubleshootingMode | Enables DetailedLogging and AllowDebugBuilds options. Adds the TimingsExporter exporter. Also, the Loggers will be threated as if set to . |
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |