Initializes a new instance of the CompileResult class
Namespace: CodeSmith.Engine.CompilerAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public CompileResult( CompilerResults results, ISet<string> fileDependencies, Dictionary<string, string> metadata, TimeSpan duration ) |
Visual Basic |
---|
Public Sub New ( results As CompilerResults, fileDependencies As ISet(Of String), metadata As Dictionary(Of String, String), duration As TimeSpan ) |
Parameters
- results
- Type: System.CodeDom.Compiler..::..CompilerResults
- fileDependencies
- Type: System.Collections.Generic..::..ISet<(Of <(<'String>)>)>
- metadata
- Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, String>)>)>
- duration
- Type: System..::..TimeSpan