C# Class irek.Modules.Module

Afficher le fichier Open project: theanti9/irek Class Usage Examples

Méthodes publiques

Свойство Type Description
ModuleAssembly System.Reflection.Assembly
ModuleNamespace string
ModulePath string
UrlMap List

Méthodes publiques

Méthode 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 méthode

Loads this the module and instantiates the UrlMap.
public Load ( ) : void
Résultat void

Module() public méthode

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

Property Details

ModuleAssembly public_oe property

public Assembly,System.Reflection ModuleAssembly
Résultat System.Reflection.Assembly

ModuleNamespace public_oe property

public string ModuleNamespace
Résultat string

ModulePath public_oe property

public string ModulePath
Résultat string

UrlMap public_oe property

public List UrlMap
Résultat List