C# 클래스 BlackBerry.InvokeRequest

상속: IDisposable
파일 보기 프로젝트 열기: roblillack/monoberry 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
InvokeRequest ( ) : System

비공개 메소드들

메소드 설명
InvokeRequest ( IntPtr hndl ) : System
navigator_invoke_invocation_create ( IntPtr &hndl ) : int
navigator_invoke_invocation_destroy ( IntPtr hndl ) : int
navigator_invoke_invocation_get_action ( IntPtr hndl ) : string
navigator_invoke_invocation_get_type ( IntPtr hndl ) : string
navigator_invoke_invocation_send ( IntPtr hndl ) : int
navigator_invoke_invocation_set_action ( IntPtr hndl, string action ) : int
navigator_invoke_invocation_set_data ( IntPtr hndl, byte data ) : int
navigator_invoke_invocation_set_metadata ( IntPtr hndl, string metadata ) : int
navigator_invoke_invocation_set_source ( IntPtr hndl, string source ) : int
navigator_invoke_invocation_set_target ( IntPtr hndl, string target ) : int
navigator_invoke_invocation_set_type ( IntPtr hndl, string type ) : int
navigator_invoke_invocation_set_uri ( IntPtr hndl, string uri ) : int

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

InvokeRequest() 공개 메소드

public InvokeRequest ( ) : System
리턴 System