RazorEngine


ImpromptuLateLibraryType

Defined in RazorEngine.dll.
Late bind types from libraries not not at compile type

Constructors

ConstructorDescription
new(type)
Signature: type:Type -> unit
Initializes a new instance of the ImpromptuLateLibraryType class.
new(typeName)
Signature: typeName:string -> unit
Initializes a new instance of the ImpromptuLateLibraryType class.
new(info, context)
Signature: (info:SerializationInfo * context:StreamingContext) -> unit
Initializes a new instance of the ImpromptuForwarder class.

Instance members

Instance memberDescription
CallTarget()
Signature: unit -> obj
Modifiers: abstract
The call target.
IsAvailable()
Signature: unit -> bool
Gets a value indicating whether this Type is available at runtime.
new()
Signature: unit -> obj
Returns a late bound constructor
Fork me on GitHub