C# Class Castle.MonoRail.Framework.Configuration.TypeLoadUtil

显示文件 Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
GetEffectiveTypeName ( string typeName ) : String

Hack to allow MR to work when the main assemblies are on GAC. This method returns the complete name.

GetType ( String typeName ) : Type
GetType ( String typeName, bool ignoreError ) : Type

Method Details

GetEffectiveTypeName() public static method

Hack to allow MR to work when the main assemblies are on GAC. This method returns the complete name.
public static GetEffectiveTypeName ( string typeName ) : String
typeName string
return String

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 ignoreError ) : Type
typeName String
ignoreError bool
return System.Type