C# 클래스 Dynamitey.DynamicObjects.LateType

Late bind types from libraries not not at compile type
상속: BaseForwarder
파일 보기 프로젝트 열기: ekonbenefits/dynamitey

공개 메소드들

메소드 설명
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.

메소드 상세

LateType() 공개 메소드

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.
리턴 System

LateType() 공개 메소드

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

LateType() 공개 메소드

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