C# Class Dynamitey.DynamicObjects.LateType

Late bind types from libraries not not at compile type
Inheritance: BaseForwarder
Show file Open project: ekonbenefits/dynamitey

Public Methods

Method Description
LateType ( Assembly assembly, string typeName ) : System

Initializes a new instance of the LateType class.

LateType ( Type type ) : System

Initializes a new instance of the LateType class.

LateType ( string typeName ) : System

Initializes a new instance of the LateType class.

Method Details

LateType() public method

Initializes a new instance of the LateType class.
public LateType ( Assembly assembly, string typeName ) : System
assembly System.Reflection.Assembly The assembly.
typeName string Name of the type.
return System

LateType() public method

Initializes a new instance of the LateType class.
public LateType ( Type type ) : System
type System.Type The type.
return System

LateType() public method

Initializes a new instance of the LateType class.
public LateType ( string typeName ) : System
typeName string Qualified Name of the type.
return System