[This is preliminary documentation and is subject to change.]
The CompileUnit type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| CompileUnit | Initializes a new instance of the CompileUnit class |
Methods
| Name | Description | |
|---|---|---|
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Extension Methods
Properties
| Name | Description | |
|---|---|---|
| CompilationException |
Returns an exception that was thrown during compilation
| |
| CompiledSource |
Returns source code in a language that particular TemplateCompiler derivative supports.
Use TemplateCompiler.LanguageName to determine language polymorphicaly
| |
| CompiledTemplateType |
Returns CLR type that compiler produced IF language source compilation was performed
| |
| CompiledTemplateTypeName |
Returns fully-qualified CLR type name that compiler produced
| |
| TemplateSource |
References original template source such as a string for text-based templates or an image
|
See Also