Class CompilerConstants
Constants for ICompiler
Inheritance
object
CompilerConstants
Namespace: BuildSystem.ProjectList
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public class CompilerConstants : Object
Constructors
CompilerConstants()
Declaration
public CompilerConstants()
Fields
CompileReasonParamBuildVersion
Param provided to GetCompileReason(IProject, Variant, IProjectList, Dictionary<string, string?>) method with value of build version
Declaration
public const string CompileReasonParamBuildVersion = "BuildVersion"
Field Value
Type | Description |
---|---|
string |
CompileReasonParamHash
Param provided to GetCompileReason(IProject, Variant, IProjectList, Dictionary<string, string?>) method with value of hash of source files
Declaration
public const string CompileReasonParamHash = "SourceHash"
Field Value
Type | Description |
---|---|
string |