C# Class irek.Modules.Module

ファイルを表示 Open project: theanti9/irek Class Usage Examples

Public Properties

Property Type Description
ModuleAssembly System.Reflection.Assembly
ModuleNamespace string
ModulePath string
UrlMap List

Public Methods

Method Description
Load ( ) : void

Loads this the module and instantiates the UrlMap.

Module ( string modulepath ) : System

Initializes a new instance of the Module class.

Method Details

Load() public method

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

Module() public method

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

Property Details

ModuleAssembly public_oe property

public Assembly,System.Reflection ModuleAssembly
return System.Reflection.Assembly

ModuleNamespace public_oe property

public string ModuleNamespace
return string

ModulePath public_oe property

public string ModulePath
return string

UrlMap public_oe property

public List UrlMap
return List