C# Class Rebel.Framework.Configuration.ConfigurationHelper

Show file Open project: RebelCMS/rebelcmsxu5

Public Methods

Method 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 method

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

LoadType() public static method

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
return System.Type