C# 클래스 Castle.MonoRail.Framework.Configuration.TypeLoadUtil

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

공개 메소드들

메소드 설명
GetEffectiveTypeName ( string typeName ) : String

Hack to allow MR to work when the main assemblies are on GAC. This method returns the complete name.

GetType ( String typeName ) : Type
GetType ( String typeName, bool ignoreError ) : Type

메소드 상세

GetEffectiveTypeName() 공개 정적인 메소드

Hack to allow MR to work when the main assemblies are on GAC. This method returns the complete name.
public static GetEffectiveTypeName ( string typeName ) : String
typeName string
리턴 String

GetType() 공개 정적인 메소드

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

GetType() 공개 정적인 메소드

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