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

Syntax

C#
public Object CreateInstance(
	string typeName
)
Visual Basic
Public Function CreateInstance ( 
	typeName As String
) As Object

Parameters

typeName
Type: System..::..String

Return Value

Type: Object

See Also