C# 클래스 Rebel.Framework.Configuration.ConfigurationHelper

파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
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.

메소드 상세

GetTypeFromTypeConfigName() 공개 정적인 메소드

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

LoadType() 공개 정적인 메소드

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
리턴 System.Type