C# 클래스 WPCordovaClassLib.Cordova.CommandFactory

Provides functionality to create Cordova command by name.
파일 보기 프로젝트 열기: ChristianWeyer/tUdUs 1 사용 예제들

공개 메소드들

메소드 설명
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