C# Класс NinjaCoder.MvvmCross.Services.PluginsService

Defines the PluginsService type.
Наследование: NinjaCoder.MvvmCross.Services.BaseCodeService, IPluginsService
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetNugetCommands ( IEnumerable plugins, bool usePreRelease ) : IEnumerable

Gets the nuget commands.

GetPostNugetCommands ( IEnumerable plugins ) : IEnumerable

Gets the post nuget commands.

GetPostNugetFileOperations ( IEnumerable plugins ) : IEnumerable

Gets the post nuget file operations.

PluginsService ( IVisualStudioService visualStudioService, ISettingsService settingsService ) : System.Collections.Generic

Initializes a new instance of the PluginsService class.

Описание методов

GetNugetCommands() публичный Метод

Gets the nuget commands.
public GetNugetCommands ( IEnumerable plugins, bool usePreRelease ) : IEnumerable
plugins IEnumerable The plugins.
usePreRelease bool if set to true [use pre release].
Результат IEnumerable

GetPostNugetCommands() публичный Метод

Gets the post nuget commands.
public GetPostNugetCommands ( IEnumerable plugins ) : IEnumerable
plugins IEnumerable The plugins.
Результат IEnumerable

GetPostNugetFileOperations() публичный Метод

Gets the post nuget file operations.
public GetPostNugetFileOperations ( IEnumerable plugins ) : IEnumerable
plugins IEnumerable The plugins.
Результат IEnumerable

PluginsService() публичный Метод

Initializes a new instance of the PluginsService class.
public PluginsService ( IVisualStudioService visualStudioService, ISettingsService settingsService ) : System.Collections.Generic
visualStudioService IVisualStudioService The visual studio service.
settingsService ISettingsService The settings service.
Результат System.Collections.Generic