ITextTemplatingEngineHost.ProvideTemplatingAppDomain(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an application domain to run the generated transformation class.
public:
AppDomain ^ ProvideTemplatingAppDomain(System::String ^ content);
public AppDomain ProvideTemplatingAppDomain (string content);
abstract member ProvideTemplatingAppDomain : string -> AppDomain
Public Function ProvideTemplatingAppDomain (content As String) As AppDomain
Parameters
- content
- String
The contents of the text template file to be processed.
Returns
An AppDomain that compiles and executes the generated transformation class.