C# Class Castle.Facilities.BatchRegistration.TypeLoadUtil

Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode Description
GetType ( Assembly assembly, String typeName ) : Type
GetType ( String typeName ) : Type

Method Details

GetType() public static méthode

public static GetType ( Assembly assembly, String typeName ) : Type
assembly System.Reflection.Assembly
typeName String
Résultat System.Type

GetType() public static méthode

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