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.
Fork me on GitHub