C# Class NinjaCoder.MvvmCross.Controllers.PluginsController

Defines the PluginsController type.
Inheritance: NinjaCoder.MvvmCross.Controllers.BaseController
显示文件 Open project: asudbury/NinjaCoderForMvvmCross Class Usage Examples

Public Methods

Method Description
PluginsController ( INugetService nugetService, IVisualStudioService visualStudioService, ISettingsService settingsService, IMessageBoxService messageBoxService, IResolverService resolverService, IReadMeService readMeService ) : System

Initializes a new instance of the PluginsController class.

Run ( ) : void

Runs this instance.

Private Methods

Method Description
Process ( IEnumerable plugins ) : void

Processes the specified form.

Method Details

PluginsController() public method

Initializes a new instance of the PluginsController class.
public PluginsController ( INugetService nugetService, IVisualStudioService visualStudioService, ISettingsService settingsService, IMessageBoxService messageBoxService, IResolverService resolverService, IReadMeService readMeService ) : System
nugetService INugetService The nuget service.
visualStudioService IVisualStudioService The visual studio service.
settingsService ISettingsService The settings service.
messageBoxService IMessageBoxService The message box service.
resolverService IResolverService The resolver service.
readMeService IReadMeService The read me service.
return System

Run() public method

Runs this instance.
public Run ( ) : void
return void