C# Class Rebel.Framework.Configuration.ConfigurationHelper

Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
GetTypeFromTypeConfigName ( string typeConfigName ) : Type

Gets the type from the type string.

LoadType ( string typeName, string assemblyName ) : Type

Loads a type either from the existing AppDomain or from the supplied assembly name.

Method Details

GetTypeFromTypeConfigName() public static méthode

Gets the type from the type string.
public static GetTypeFromTypeConfigName ( string typeConfigName ) : Type
typeConfigName string Name of the type.
Résultat System.Type

LoadType() public static méthode

Loads a type either from the existing AppDomain or from the supplied assembly name.
public static LoadType ( string typeName, string assemblyName ) : Type
typeName string Name of the type.
assemblyName string
Résultat System.Type