C# Class PPTrimmerPlugin.ucPlugin

Mostra file Open project: aa2g/AA2Install Class Usage Examples

Public Properties

Property Type Description
plugin ITrimPlugin

Public Methods

Method Description
Analyze ( ppParser pp ) : long
Execute ( ppParser pp ) : void
Reload ( ) : void
ucPlugin ( ) : System
ucPlugin ( ITrimPlugin plugin ) : System
updateProgress ( int progress ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

Analyze() public method

public Analyze ( ppParser pp ) : long
pp ppParser
return long

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

Execute() public method

public Execute ( ppParser pp ) : void
pp ppParser
return void

Reload() public method

public Reload ( ) : void
return void

ucPlugin() public method

public ucPlugin ( ) : System
return System

ucPlugin() public method

public ucPlugin ( ITrimPlugin plugin ) : System
plugin ITrimPlugin
return System

updateProgress() public method

public updateProgress ( int progress ) : void
progress int
return void

Property Details

plugin public_oe property

public ITrimPlugin plugin
return ITrimPlugin