C# 클래스 Castle.Facilities.BatchRegistration.TypeLoadUtil

파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
GetType ( Assembly assembly, String typeName ) : Type
GetType ( String typeName ) : Type

메소드 상세

GetType() 공개 정적인 메소드

public static GetType ( Assembly assembly, String typeName ) : Type
assembly System.Reflection.Assembly
typeName String
리턴 System.Type

GetType() 공개 정적인 메소드

public static GetType ( String typeName ) : Type
typeName String
리턴 System.Type