C# 클래스 WPCordovaClassLib.Cordova.Commands.BaseCommand

상속: IDisposable
파일 보기 프로젝트 열기: ChristianWeyer/tUdUs

공개 메소드들

메소드 설명
BaseCommand ( ) : System
DispatchCommandResult ( ) : void
DispatchCommandResult ( PluginResult result ) : void
Dispose ( ) : void
GetBaseURL ( ) : string
InvokeMethodNamed ( string methodName ) : object
OnInit ( ) : void

Occurs when the application is being loaded, and the config.xml has an autoload entry

OnPause ( object sender, DeactivatedEventArgs e ) : void

Occurs when the application is being deactivated.

OnReset ( ) : void

Occurs when the application is being deactivated.

OnResume ( object sender, Microsoft e ) : void

Occurs when the application is being made active after previously being put into a dormant state or tombstoned.

비공개 메소드들

메소드 설명
InvokeCustomScript ( ScriptCallback script, bool removeHandler ) : void

메소드 상세

BaseCommand() 공개 메소드

public BaseCommand ( ) : System
리턴 System

DispatchCommandResult() 공개 메소드

public DispatchCommandResult ( ) : void
리턴 void

DispatchCommandResult() 공개 메소드

public DispatchCommandResult ( PluginResult result ) : void
result PluginResult
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetBaseURL() 공개 정적인 메소드

public static GetBaseURL ( ) : string
리턴 string

InvokeMethodNamed() 공개 메소드

public InvokeMethodNamed ( string methodName ) : object
methodName string
리턴 object

OnInit() 공개 메소드

Occurs when the application is being loaded, and the config.xml has an autoload entry
public OnInit ( ) : void
리턴 void

OnPause() 공개 메소드

Occurs when the application is being deactivated.
public OnPause ( object sender, DeactivatedEventArgs e ) : void
sender object
e DeactivatedEventArgs
리턴 void

OnReset() 공개 메소드

Occurs when the application is being deactivated.
public OnReset ( ) : void
리턴 void

OnResume() 공개 메소드

Occurs when the application is being made active after previously being put into a dormant state or tombstoned.
public OnResume ( object sender, Microsoft e ) : void
sender object
e Microsoft
리턴 void