C# 클래스 Elmah.TypeResolution

파일 보기 프로젝트 열기: elmah/Elmah 1 사용 예제들

공개 메소드들

메소드 설명
FindType ( string typeName ) : Type
FindType ( string typeName, bool ignoreCase ) : Type
GetType ( string typeName ) : Type
GetType ( string typeName, bool ignoreCase ) : Type
PushHandler ( Func binder ) : IDisposable

비공개 메소드들

메소드 설명
Send ( TypeResolutionArgs args ) : Type
TypeResolution ( ) : System

메소드 상세

FindType() 공개 정적인 메소드

public static FindType ( string typeName ) : Type
typeName string
리턴 System.Type

FindType() 공개 정적인 메소드

public static FindType ( string typeName, bool ignoreCase ) : Type
typeName string
ignoreCase bool
리턴 System.Type

GetType() 공개 정적인 메소드

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

GetType() 공개 정적인 메소드

public static GetType ( string typeName, bool ignoreCase ) : Type
typeName string
ignoreCase bool
리턴 System.Type

PushHandler() 공개 정적인 메소드

public static PushHandler ( Func binder ) : IDisposable
binder Func
리턴 IDisposable