Generates the snippet.

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

Syntax

C#
public bool GenerateSnippet(
	string rawLine,
	string targetExtension,
	out string output
)
Visual Basic
Public Function GenerateSnippet ( 
	rawLine As String,
	targetExtension As String,
	<OutAttribute> ByRef output As String
) As Boolean

Parameters

rawLine
Type: System..::..String
The raw line.
targetExtension
Type: System..::..String
The target extension.
output
Type: System..::..String%
The snippet output.

Return Value

Type: Boolean

See Also