C# Class GuiCompare.InfoManager

Afficher le fichier Open project: mono/mono-tools

Méthodes publiques

Méthode Description
Ensure ( string prof, string assemblyname, Action done ) : void
InfoManager ( MainWindow main, string profilePath ) : System
Init ( ) : void
PopulateRecent ( ) : void

Populates the "RecentComparison" sub menu from File

Private Methods

Méthode Description
GetMasterInfoUri ( string file ) : Uri
GetVersionPath ( string version, string profile ) : string
Populate ( Gtk.Menu container, string caption, string pdir, string collection, string elements ) : void
StartPresetCompare ( string assemblyfile, string profile, string assemblyname, string groupName ) : void

Starts a preset compare.

Method Details

Ensure() public méthode

public Ensure ( string prof, string assemblyname, Action done ) : void
prof string
assemblyname string
done Action
Résultat void

InfoManager() public méthode

public InfoManager ( MainWindow main, string profilePath ) : System
main MainWindow
profilePath string
Résultat System

Init() public static méthode

public static Init ( ) : void
Résultat void

PopulateRecent() public méthode

Populates the "RecentComparison" sub menu from File
public PopulateRecent ( ) : void
Résultat void