C# 클래스 irek.Modules.Module

파일 보기 프로젝트 열기: theanti9/irek 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ModuleAssembly System.Reflection.Assembly
ModuleNamespace string
ModulePath string
UrlMap List

공개 메소드들

메소드 설명
Load ( ) : void

Loads this the module and instantiates the UrlMap.

Module ( string modulepath ) : System

Initializes a new instance of the Module class.

메소드 상세

Load() 공개 메소드

Loads this the module and instantiates the UrlMap.
public Load ( ) : void
리턴 void

Module() 공개 메소드

Initializes a new instance of the Module class.
public Module ( string modulepath ) : System
modulepath string The modulepath.
리턴 System

프로퍼티 상세

ModuleAssembly 공개적으로 프로퍼티

public Assembly,System.Reflection ModuleAssembly
리턴 System.Reflection.Assembly

ModuleNamespace 공개적으로 프로퍼티

public string ModuleNamespace
리턴 string

ModulePath 공개적으로 프로퍼티

public string ModulePath
리턴 string

UrlMap 공개적으로 프로퍼티

public List UrlMap
리턴 List