C# Class PPTrimmerPlugin.ucPlugin

Afficher le fichier Open project: aa2g/AA2Install Class Usage Examples

Méthodes publiques

Свойство Type Description
plugin ITrimPlugin

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

Analyze() public méthode

public Analyze ( ppParser pp ) : long
pp ppParser
Résultat long

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

Execute() public méthode

public Execute ( ppParser pp ) : void
pp ppParser
Résultat void

Reload() public méthode

public Reload ( ) : void
Résultat void

ucPlugin() public méthode

public ucPlugin ( ) : System
Résultat System

ucPlugin() public méthode

public ucPlugin ( ITrimPlugin plugin ) : System
plugin ITrimPlugin
Résultat System

updateProgress() public méthode

public updateProgress ( int progress ) : void
progress int
Résultat void

Property Details

plugin public_oe property

public ITrimPlugin plugin
Résultat ITrimPlugin