ViewModelLocator Constructors
Locates and createsViewModel instances for views by naming conventions and configured assemblies.
| Name | Parameters | Description |
|---|---|---|
| ViewModelLocator(IEnumerable<Assembly>) | assemblies |
Initializes a new instance of the ViewModelLocator class and sets the assemblies used to resolve ViewModel types.
|
| ViewModelLocator(Assembly[]) | assemblies |
Initializes a new instance of the ViewModelLocator class and sets the assemblies used to resolve ViewModel types.
|
| ViewModelLocator(Application) | application | Initializes a new instance of the ViewModelLocator class for the specified application. |
See Also