DirectiveProcessor Members
Include Protected Members
Include Inherited Members
The abstract base class for a concrete directive processor.
The DirectiveProcessor type exposes the following members.
Constructors
Name
Description
When overridden in a derived class, initializes a new instance of the DirectiveProcessor class.
Top
Methods
Name
Description
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
When overridden in a derived class, finishes a round of directive processing.
When overridden in a derived class, gets code to add to the generated transformation class.
Serves as a hash function for a particular type. (Inherited from Object.)
When overridden in a derived class, gets namespaces to import into the generated transformation class.
GetPostInitializationCodeForProcessingRun
When overridden in a derived class, gets code to add to the end of the initialize method of the generated transformation class.
GetPreInitializationCodeForProcessingRun
When overridden in a derived class, gets code to add to the beginning of the initialize method of the generated transformation class.
When overridden in a derived class, gets references to pass to the generated transformation class compiler.
Gets the type of the current instance. (Inherited from Object.)
When overridden in a derived class, initializes the processor instance.
When overridden in a derived class, determines if the directive processor supports the specified directive.
Creates a shallow copy of the current Object. (Inherited from Object.)
When overridden in a derived class, processes a single directive from a template file.
When overridden in a derived class, begins a round of directive processing.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the errors that occurred while processing directives.
Top