Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Blade
Configuration
ConfigurationPresenterFactory
C# Class Blade.Configuration.ConfigurationPresenterFactory
This presenter factory acquires possible presenter types by spelunking types in loaded assemblies that implement IPresenter.
Inheritance:
BasePresenterFactory
Mostrar archivo
Open project: kamsar/Blade
Public Methods
Method
Description
AddAssembly
(
string
name
) :
void
Private Methods
Method
Description
LoadTypes
( ) :
ICollection
Method Details
AddAssembly()
public
method
public
AddAssembly
(
string
name
) :
void
name
string
return
void