Метод | Описание | |
---|---|---|
DefaultViewComponentFactory ( ) : System |
Constructs a
|
|
Initialize ( ) : void |
Invoked by the framework in order to initialize the state
|
|
Inspect ( |
Inspect the assembly's public types.
|
|
Inspect ( String assemblyFileName ) : void |
Loads the assembly and inspect its public types.
|
|
Service ( IServiceProvider provider ) : void |
Invoked by the framework in order to give a chance to obtain other services
|
Метод | Описание | |
---|---|---|
GetViewComponentRegistry ( ) : IViewComponentRegistry |
Gets the view component registry.
|
public DefaultViewComponentFactory ( ) : System | ||
Результат | System |
protected GetViewComponentRegistry ( ) : IViewComponentRegistry | ||
Результат | IViewComponentRegistry |
public Inspect ( |
||
assembly | ||
Результат | void |
public Inspect ( String assemblyFileName ) : void | ||
assemblyFileName | String | |
Результат | void |
public Service ( IServiceProvider provider ) : void | ||
provider | IServiceProvider | The service proviver |
Результат | void |