C# Class Elmah.TypeResolution

Afficher le fichier Open project: elmah/Elmah Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Send ( TypeResolutionArgs args ) : Type
TypeResolution ( ) : System

Method Details

FindType() public static méthode

public static FindType ( string typeName ) : Type
typeName string
Résultat System.Type

FindType() public static méthode

public static FindType ( string typeName, bool ignoreCase ) : Type
typeName string
ignoreCase bool
Résultat System.Type

GetType() public static méthode

public static GetType ( string typeName ) : Type
typeName string
Résultat System.Type

GetType() public static méthode

public static GetType ( string typeName, bool ignoreCase ) : Type
typeName string
ignoreCase bool
Résultat System.Type

PushHandler() public static méthode

public static PushHandler ( Func binder ) : IDisposable
binder Func
Résultat IDisposable