C# Class MK.MobileDevice.InstallationProxy

Mostrar archivo Open project: exaphaser/MK.MobileDevice Class Usage Examples

Public Methods

Method Description
GetApplications ( IntPtr installProxyClient, List &appList ) : InstproxyError

Private Methods

Method Description
Connect ( IntPtr devicePtr, IntPtr lockdownService, IntPtr &instProxyClient ) : InstproxyError
getAttribute ( System.Xml.Linq.XElement rootElement, string key ) : string
instproxy_archive ( IntPtr instProxyClient, string bundleId, IntPtr clientOptions, IntPtr callback, IntPtr zero ) : InstproxyError
instproxy_browse ( IntPtr instProxyClient, IntPtr clientOptions, IntPtr &result ) : InstproxyError
instproxy_client_free ( IntPtr instProxyClient ) : InstproxyError
instproxy_client_options_add ( IntPtr clientOptions, string key, IntPtr value, IntPtr zero ) : void
instproxy_client_options_add ( IntPtr clientOptions, string key, string value, IntPtr zero ) : void
instproxy_client_options_free ( IntPtr clientOptions ) : InstproxyError
instproxy_client_options_new ( ) : IntPtr
instproxy_client_start_service ( IntPtr device, IntPtr &client, IntPtr &server ) : InstproxyError
instproxy_install ( IntPtr instProxyClient, string pkgPath, IntPtr clientOptions, IntPtr callback, IntPtr nullArg ) : InstproxyError
instproxy_remove_archive ( IntPtr instProxyClient, string bundleId, IntPtr clientOptions, IntPtr callback, IntPtr zero ) : InstproxyError
instproxy_uninstall ( IntPtr instProxyClient, string applicationId, IntPtr clientOptions, IntPtr nullArg, IntPtr nullArg2 ) : InstproxyError

Method Details

GetApplications() public static method

public static GetApplications ( IntPtr installProxyClient, List &appList ) : InstproxyError
installProxyClient System.IntPtr
appList List
return InstproxyError