Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref"ScreenshotrApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="Screenshotr"/>.
 /// </summary>
 public ScreenshotrApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PreboardApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="Preboard"/>.
 /// </param>
 public PreboardApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="MobileImageMounterApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="MobileImageMounter"/>.
 /// </param>
 public MobileImageMounterApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }
Esempio n. 4
0
 /// <summary>
 /// Initializes a new instance of the <see cref"HouseArrestApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="HouseArrest"/>.
 /// </param>
 public HouseArrestApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }
Esempio n. 5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ServiceApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="Service"/>.
 /// </param>
 public ServiceApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }
Esempio n. 6
0
 /// <summary>
 /// Initializes a new instance of the <see cref="FileRelayApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="FileRelay"/>.
 /// </param>
 public FileRelayApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }
Esempio n. 7
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DiagnosticsRelayApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="DiagnosticsRelay"/>.
 /// </param>
 public DiagnosticsRelayApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }
Esempio n. 8
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SyslogRelayApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="SyslogRelay"/>.
 /// </param>
 public SyslogRelayApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="WebInspectorApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="WebInspector"/>.
 /// </param>
 public WebInspectorApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref"PropertyListServiceApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="PropertyListService"/>.
 /// </summary>
 public PropertyListServiceApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }
Esempio n. 11
0
 /// <summary>
 /// Initializes a new instance of the <see cref"LockdownApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="Lockdown"/>.
 /// </summary>
 public LockdownApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }
Esempio n. 12
0
 /// <summary>
 /// Initializes a new instance of the <see cref="RecoveryApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="Recovery"/>.
 /// </param>
 public RecoveryApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }
Esempio n. 13
0
 /// <summary>
 /// Initializes a new instance of the <see cref"PlistApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="Plist"/>.
 /// </summary>
 public PlistApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref"InstallationProxyApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="InstallationProxy"/>.
 /// </summary>
 public InstallationProxyApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }
Esempio n. 15
0
 /// <summary>
 /// Initializes a new instance of the <see cref"NotificationProxyApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="NotificationProxy"/>.
 /// </summary>
 public NotificationProxyApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }
Esempio n. 16
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MisagentApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="Misagent"/>.
 /// </param>
 public MisagentApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }
Esempio n. 17
0
 /// <summary>
 /// Initializes a new instance of the <see cref"MobileSyncApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="MobileSync"/>.
 /// </summary>
 public MobileSyncApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }
Esempio n. 18
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MobileBackupApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="MobileBackup"/>.
 /// </param>
 public MobileBackupApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }
Esempio n. 19
0
 /// <summary>
 /// Initializes a new instance of the <see cref"DebugServerApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="DebugServer"/>.
 /// </summary>
 public DebugServerApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref"MobileactivationApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="Mobileactivation"/>.
 /// </param>
 public MobileactivationApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }
Esempio n. 21
0
 /// <summary>
 /// Initializes a new instance of the <see cref"HeartBeatApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="HeartBeat"/>.
 /// </summary>
 public HeartBeatApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }
Esempio n. 22
0
 /// <summary>
 /// Initializes a new instance of the <see cref"UsbmuxdApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="Usbmuxd"/>.
 /// </summary>
 public UsbmuxdApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }
Esempio n. 23
0
 /// <summary>
 /// Initializes a new instance of the <see cref"PinvokeApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="Pinvoke"/>.
 /// </summary>
 public PinvokeApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }
Esempio n. 24
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SpringBoardServicesApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="SpringBoardServices"/>.
 /// </param>
 public SpringBoardServicesApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }
Esempio n. 25
0
 /// <summary>
 /// Initializes a new instance of the <see cref"RestoreApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="Restore"/>.
 /// </summary>
 public RestoreApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }
Esempio n. 26
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CompanionProxyApi"/> class
 /// </summary>
 /// <param name="parent">
 /// The <see cref="ILibiMobileDeviceApi"/> which owns this <see cref="CompanionProxy"/>.
 /// </param>
 public CompanionProxyApi(ILibiMobileDevice parent)
 {
     this.parent = parent;
 }