RazorEngine


IAppDomainFactory

Defined in RazorEngine.dll.

Defines the required contract for implementing an AppDomain factory.

Instance members

Instance memberDescription
CreateAppDomain()
Signature: unit -> AppDomain
Modifiers: abstract

Creates the AppDomain.

Returns: The instance.

Fork me on GitHub