C# Класс WPCordovaClassLib.Cordova.CommandFactory

Provides functionality to create Cordova command by name.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreateByServiceName ( string service ) : BaseCommand

Creates command using command class name. Returns null for unknown commands.

ResetAllCommands ( ) : void

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

CreateByServiceName() публичный статический Метод

Creates command using command class name. Returns null for unknown commands.
public static CreateByServiceName ( string service ) : BaseCommand
service string Command class name, for example Device or Notification
Результат WPCordovaClassLib.Cordova.Commands.BaseCommand

ResetAllCommands() публичный статический Метод

public static ResetAllCommands ( ) : void
Результат void