TypeLoader
Defined in RazorEngine.dll.
Defines a type loader.
Constructors
Constructor | Description |
new(appDomain, assemblies)
Signature: (appDomain:AppDomain * assemblies:IEnumerable<Assembly>) -> unit
|
Initialises a new instance of TypeLoader |
Instance members
Instance member | Description |
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. |