C# Class Castle.Facilities.BatchRegistration.TypeLoadUtil

Mostra file Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
GetType ( Assembly assembly, String typeName ) : Type
GetType ( String typeName ) : Type

Method Details

GetType() public static method

public static GetType ( Assembly assembly, String typeName ) : Type
assembly System.Reflection.Assembly
typeName String
return System.Type

GetType() public static method

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