Rayguide |
public abstract class RayguidePrismApplicationBase : PrismBootstrapper
The RayguidePrismApplicationBase type exposes the following members.
| Name | Description | |
|---|---|---|
| RayguidePrismApplicationBase | Initializes a new instance of the RayguidePrismApplicationBase class |
| Name | Description | |
|---|---|---|
| Container |
The dependency injection container used to resolve objects
(Inherited from PrismBootstrapperBase) | |
| CreateContainerExtensionDelegate | The delegate for the creation of container extension. | |
| CreateShellDelegate | The delegate for the creation of the main window. | |
| Files | The list of job files or bitmap-graphic files or vector-graphic files to be loaded when RAYGUIDE GUI starts. | |
| IsSafeMode | The flag to indicate whether RAYGUIDE should start in safe-mode (no plugin is loaded). | |
| Shell |
Gets the shell user interface
(Inherited from PrismBootstrapperBase) | |
| ShouldForceLocalAuthenticationType | The flag whether RAYGUIDE GUI should be forced to start with local authentication instead of the default. | |
| ShouldIgnoreDomain | The flag whether RAYGUIDE GUI should ignore Windows domain for user authentication. | |
| SystemDirectory | The system folder. | |
| TaskScheduler | The type of scheduler to be used during permission initialization. | |
| UserDirectory | The user folder. |
| Name | Description | |
|---|---|---|
| ConfigureDefaultRegionBehaviors |
Configures the IRegionBehaviorFactory.
This will be the list of default behaviors that will be added to a region.
(Inherited from PrismBootstrapperBase) | |
| ConfigureModuleCatalog |
Configures the IModuleCatalog used by Prism.
(Inherited from PrismBootstrapperBase) | |
| ConfigureRegionAdapterMappings |
Configures the default region adapter mappings to use in the application, in order
to adapt UI controls defined in XAML to use a region and register it automatically.
May be overwritten in a derived class to add specific mappings required by the application.
(Inherited from PrismBootstrapperBase) | |
| ConfigureViewModelLocator |
Configures the ViewModelLocator used by Prism.
(Inherited from PrismBootstrapperBase) | |
| CreateContainerExtension |
Creates the container extension using the delegate CreateContainerExtensionDelegate.
(Overrides PrismBootstrapper.CreateContainerExtension) | |
| CreateModuleCatalog |
Creates the IModuleCatalog used by Prism.
(Inherited from PrismBootstrapperBase) | |
| CreateShell |
Creates the main window.
(Overrides PrismBootstrapperBase.CreateShell) | |
| Initialize |
Runs the initialization sequence to configure the Prism application.
(Inherited from PrismBootstrapperBase) | |
| InitializeModules |
Initializes the modules.
(Inherited from PrismBootstrapperBase) | |
| InitializeShell |
Initializes the shell.
(Inherited from PrismBootstrapperBase) | |
| OnInitialized |
Contains actions that should occur last.
(Inherited from PrismBootstrapperBase) | |
| OnStartup | Starts the application using default system and user folders. | |
| OnStartup(String, String) | Starts the application using the given system and user folders. | |
| RegisterFrameworkExceptionTypes |
Registers the Types of the Exceptions that are not considered
root exceptions by the ExceptionExtensions.
(Inherited from PrismBootstrapper) | |
| RegisterRequiredTypes |
Registers all types that are required by Prism to function with the container.
(Inherited from PrismBootstrapperBase) | |
| RegisterTypes |
Used to register types with the container that will be used by your application.
(Inherited from PrismBootstrapperBase) | |
| Run |
Runs the bootstrapper process.
(Inherited from PrismBootstrapperBase) |