C# Class WhatForensics.AcquisitionViaItunesBackupView

Afficher le fichier Open project: jglim/WhatForensics Class Usage Examples

Méthodes publiques

Свойство Type Description
ownerPointer MainMenu

Méthodes publiques

Méthode Description
AcquisitionViaItunesBackupView ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AcquisitionViaItunesBackup_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadInfoPlist ( string individualBackupFolder ) : void
LoadSqlite ( string mbdbLocation ) : void
btnAcquire_Click ( object sender, EventArgs e ) : void
btnBrowse_Click ( object sender, EventArgs e ) : void
cbBackupList_SelectedIndexChanged ( object sender, EventArgs e ) : void
chkUseMachineBackups_CheckedChanged ( object sender, EventArgs e ) : void
loadBackupsFromiTunesFolder ( ) : void

Method Details

AcquisitionViaItunesBackupView() public méthode

public AcquisitionViaItunesBackupView ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Property Details

ownerPointer public_oe property

public MainMenu,WhatForensics ownerPointer
Résultat MainMenu