Initializes a new instance of the GeneratorCompleteEventArgs class.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public GeneratorCompleteEventArgs(
	bool result,
	ICollection<OutputFile> registeredOutputs,
	ICollection<string> registeredReferences,
	string cspFileName
)
Visual Basic
Public Sub New ( 
	result As Boolean,
	registeredOutputs As ICollection(Of OutputFile),
	registeredReferences As ICollection(Of String),
	cspFileName As String
)

Parameters

result
Type: System..::..Boolean
if set to true [result].
registeredOutputs
Type: System.Collections.Generic..::..ICollection<(Of <(<'OutputFile>)>)>
The registered outputs.
registeredReferences
Type: System.Collections.Generic..::..ICollection<(Of <(<'String>)>)>
The registered references.
cspFileName
Type: System..::..String
The file path of the CodeSmith project file.

See Also