Registers the reference. When generating from within Visual Studio, these references will be added to the project.

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

Syntax

C#
public void RegisterReference(
	string referenceName
)
Visual Basic
Public Sub RegisterReference ( 
	referenceName As String
)

Parameters

referenceName
Type: System..::..String
Name of the reference.

See Also