ESRI.ArcGIS.Mobile.Client
MobileApplication Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : MobileApplication Class


The following tables list the members exposed by MobileApplication.

Public Properties

 NameDescription
Public PropertyApplicationExtensions Gets the ApplicationExtensions for the Project.  
Public Propertystatic (Shared in Visual Basic)Current Current MobileApplication.Current.  
Public PropertyCurrentForm The currently shown form. This may be a dialog if there is a dialog being shown.  
Public PropertyGlobalProjectExtensions Collection of global project extensions (i.e., they apply to all projects).  
Public PropertyGlobalTasks Collection of global tasks (i.e., they apply to all projects).  
Public PropertyGpsConnectionManager Gets the GPS Connection Manager associated with the application  
Public PropertyInvokeRequired Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on.  
Public PropertyProject Gets the current Project  
Public PropertySettings Gets the Application Settings  
Top

Public Methods

 NameDescription
Public MethodBeginInvokeOverloaded.  Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.  
Public MethodCalculateIconDimensions Calculates the dimensions of an icon in the application based on the resolution of the device.  
Public MethodEndInvoke Retrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed.  
Public MethodFindProjectExtension Finds the first extension of a given type. This searches for the given extension first in the current project's ProjectExtensions collection, followed by the application's GlobalProjectExtensions collection.  
Public MethodFindTask Finds the first task of a given type. This searches for the given extension first in the current project's Tasks collection, followed by the application's GlobalTasks collection.  
Public MethodInvokeOverloaded.  Executes the specified delegate on the thread that owns the control's underlying window handle.  
Public MethodShowDialog  
Public MethodStartGpsOverloaded.  Opens the GPS Connection.  
Public MethodStopGps Closes the GPS Connection.  
Public MethodTransitionOverloaded.   
Top

Protected Methods

 NameDescription
Protected MethodOnPropertyChanged Called when a property value changes. This function raises the event.  
Top

Public Events

 NameDescription
Public EventProjectInitialized Occurs after the current Project was initialized  
Public EventProjectInitializing Occurs before the current Project is initialized  
Public EventPropertyChanged Fires when a property value is changed.  
Top

See Also