This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Initializes a new instance of the Compiler class.

Namespace: Smartsite.Tools
Assembly:  Smartsite.Tools (in Smartsite.Tools.dll)

Syntax

C#Copy imageCopy Code
public Compiler(
	string basePath
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub New ( _
	basePath As  _
)

Parameters

basePath
String
The base path used for resolving assemblies.

See Also

Compiler Class
Smartsite.Tools Namespace
Advanced