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

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

Méthodes publiques

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

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
Résultat String

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