C# Class irek.Modules.Module

Show file 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 property

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

ModuleNamespace public property

public string ModuleNamespace
return string

ModulePath public property

public string ModulePath
return string

UrlMap public property

public List UrlMap
return List