Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
The interface for the host that transforms text templates. This is available to directive processors and can also be accessed by text templates.
The ITextTemplatingEngineHost type exposes the following members.
Methods
Name
Description
Called by the Engine to ask for the value of a specified option. Return null if you do not know.
Acquires the text that corresponds to a request to include a partial text template file.
Receives a collection of errors and warnings from the transformation engine.
Provides an application domain to run the generated transformation class.
Allows a host to provide additional information about the location of an assembly.
Returns the type of a directive processor, given its friendly name.
Resolves the value of a parameter for a directive processor if the parameter is not specified in the template text.
Allows a host to provide a complete path, given a file name or relative path.
Tells the host the file name extension that is expected for the generated text output.
Tells the host the encoding that is expected for the generated text output.
Top
Properties
Name
Description
Gets a list of assembly references.
Gets a list of namespaces.
Gets the path and file name of the text template that is being processed.
Top