RazorEngine


TypeLoader

Defined in RazorEngine.dll.
Defines a type loader.

Constructors

ConstructorDescription
new(appDomain, assemblies)
Signature: (appDomain:AppDomain * assemblies:IEnumerable<Assembly>) -> unit

Instance members

Instance memberDescription
CreateInstance(type)
Signature: type:Type -> ITemplate
Creates an instance of the specified type.
Dispose()
Signature: unit -> unit
Modifiers: abstract
Releases resources used by this reference.
Fork me on GitHub