Class LibiMobileDevice
Inheritance
System.Object
LibiMobileDevice
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: iMobileDevice-net.dll
Syntax
public class LibiMobileDevice : ILibiMobileDevice
Constructors
|
Improve this Doc
View Source
LibiMobileDevice()
Declaration
public LibiMobileDevice()
Properties
|
Improve this Doc
View Source
Afc
Declaration
public virtual IAfcApi Afc { get; set; }
Property Value
|
Improve this Doc
View Source
DebugServer
Declaration
public virtual IDebugServerApi DebugServer { get; set; }
Property Value
|
Improve this Doc
View Source
DiagnosticsRelay
Declaration
public virtual IDiagnosticsRelayApi DiagnosticsRelay { get; set; }
Property Value
|
Improve this Doc
View Source
FileRelay
Declaration
public virtual IFileRelayApi FileRelay { get; set; }
Property Value
|
Improve this Doc
View Source
HeartBeat
Declaration
public virtual IHeartBeatApi HeartBeat { get; set; }
Property Value
|
Improve this Doc
View Source
HouseArrest
Declaration
public virtual IHouseArrestApi HouseArrest { get; set; }
Property Value
|
Improve this Doc
View Source
iDevice
Declaration
public virtual IiDeviceApi iDevice { get; set; }
Property Value
|
Improve this Doc
View Source
InstallationProxy
Declaration
public virtual IInstallationProxyApi InstallationProxy { get; set; }
Property Value
|
Improve this Doc
View Source
Instance
Declaration
public static ILibiMobileDevice Instance { get; set; }
Property Value
|
Improve this Doc
View Source
LibraryFound
Declaration
public virtual bool LibraryFound { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Lockdown
Declaration
public virtual ILockdownApi Lockdown { get; set; }
Property Value
|
Improve this Doc
View Source
Misagent
Declaration
public virtual IMisagentApi Misagent { get; set; }
Property Value
|
Improve this Doc
View Source
Mobileactivation
Declaration
public virtual IMobileactivationApi Mobileactivation { get; set; }
Property Value
|
Improve this Doc
View Source
MobileBackup
Declaration
public virtual IMobileBackupApi MobileBackup { get; set; }
Property Value
|
Improve this Doc
View Source
MobileBackup2
Declaration
public virtual IMobileBackup2Api MobileBackup2 { get; set; }
Property Value
|
Improve this Doc
View Source
MobileImageMounter
Declaration
public virtual IMobileImageMounterApi MobileImageMounter { get; set; }
Property Value
|
Improve this Doc
View Source
MobileSync
Declaration
public virtual IMobileSyncApi MobileSync { get; set; }
Property Value
|
Improve this Doc
View Source
NotificationProxy
Declaration
public virtual INotificationProxyApi NotificationProxy { get; set; }
Property Value
|
Improve this Doc
View Source
Pinvoke
Declaration
public virtual IPinvokeApi Pinvoke { get; set; }
Property Value
|
Improve this Doc
View Source
Plist
Declaration
public virtual IPlistApi Plist { get; set; }
Property Value
|
Improve this Doc
View Source
PropertyListService
Declaration
public virtual IPropertyListServiceApi PropertyListService { get; set; }
Property Value
|
Improve this Doc
View Source
Restore
Declaration
public virtual IRestoreApi Restore { get; set; }
Property Value
|
Improve this Doc
View Source
Screenshotr
Declaration
public virtual IScreenshotrApi Screenshotr { get; set; }
Property Value
|
Improve this Doc
View Source
Service
Declaration
public virtual IServiceApi Service { get; set; }
Property Value
|
Improve this Doc
View Source
SpringBoardServices
Declaration
public virtual ISpringBoardServicesApi SpringBoardServices { get; set; }
Property Value
|
Improve this Doc
View Source
SyslogRelay
Declaration
public virtual ISyslogRelayApi SyslogRelay { get; set; }
Property Value
|
Improve this Doc
View Source
Usbmuxd
Declaration
public virtual IUsbmuxdApi Usbmuxd { get; set; }
Property Value
|
Improve this Doc
View Source
WebInspector
Declaration
public virtual IWebInspectorApi WebInspector { get; set; }
Property Value
Implements