C# Class Codaxy.Dox.Viewer.ApplicationModule

Inheritance: Codaxy.Dextop.DextopModule
Mostrar archivo Open project: codaxy/dox

Protected Methods

Method Description
InitNamespaces ( ) : void
InitResources ( ) : void
RegisterAssemblyPreprocessors ( IDextopAssemblyPreprocessor>.Dictionary preprocessors ) : void
RegisterLoaders ( IDextopFileLoader>.Dictionary loaders ) : void

Method Details

InitNamespaces() protected method

protected InitNamespaces ( ) : void
return void

InitResources() protected method

protected InitResources ( ) : void
return void

RegisterAssemblyPreprocessors() protected method

protected RegisterAssemblyPreprocessors ( IDextopAssemblyPreprocessor>.Dictionary preprocessors ) : void
preprocessors IDextopAssemblyPreprocessor>.Dictionary
return void

RegisterLoaders() protected method

protected RegisterLoaders ( IDextopFileLoader>.Dictionary loaders ) : void
loaders IDextopFileLoader>.Dictionary
return void