C# Class Bloom.MiscUI.BloomIntegrityDialog

Show file Open project: BloomBooks/BloomDesktop Class Usage Examples

Public Methods

Method Description
BloomIntegrityDialog ( ) : System
CheckIntegrity ( ) : bool

We've had a number of user reports that suggest that files were either missing or inaccessible. The idea here is to check a set of files and folders at the start of each launch, and generate a useful report if anything is missing.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
GetDirectoryListing ( string directory ) : string
GetDirectoryListing ( int rootDirectoryLength, string directory, StringBuilder builder ) : void
InitializeComponent ( ) : void

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

InstalledAntivirusPrograms ( ) : string
_reportButton_Click ( object sender, EventArgs e ) : void

Method Details

BloomIntegrityDialog() public method

public BloomIntegrityDialog ( ) : System
return System

CheckIntegrity() public static method

We've had a number of user reports that suggest that files were either missing or inaccessible. The idea here is to check a set of files and folders at the start of each launch, and generate a useful report if anything is missing.
public static CheckIntegrity ( ) : bool
return bool

Dispose() protected method

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