RazorEngine


TypeLoader

Defined in RazorEngine.dll.

Defines a type loader.

Constructors

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

Initialises a new instance of TypeLoader

Instance members

Instance memberDescription
CreateInstance(type)
Signature: type:Type -> ITemplate

Creates an instance of the specified type.

Returns: An instance of the type.

Dispose()
Signature: unit -> unit
Modifiers: abstract

Releases resources used by this reference.

Fork me on GitHub