C# Class Elmah.TypeResolution

Show file Open project: elmah/Elmah Class Usage Examples

Public Methods

Method Description
FindType ( string typeName ) : Type
FindType ( string typeName, bool ignoreCase ) : Type
GetType ( string typeName ) : Type
GetType ( string typeName, bool ignoreCase ) : Type
PushHandler ( Func binder ) : IDisposable

Private Methods

Method Description
Send ( TypeResolutionArgs args ) : Type
TypeResolution ( ) : System

Method Details

FindType() public static method

public static FindType ( string typeName ) : Type
typeName string
return System.Type

FindType() public static method

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

GetType() public static method

public static GetType ( string typeName ) : Type
typeName string
return System.Type

GetType() public static method

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

PushHandler() public static method

public static PushHandler ( Func binder ) : IDisposable
binder Func
return IDisposable