C# Class GuiCompare.InfoManager

ファイルを表示 Open project: mono/mono-tools

Public Methods

Method 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

Method 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 method

public Ensure ( string prof, string assemblyname, Action done ) : void
prof string
assemblyname string
done Action
return void

InfoManager() public method

public InfoManager ( MainWindow main, string profilePath ) : System
main MainWindow
profilePath string
return System

Init() public static method

public static Init ( ) : void
return void

PopulateRecent() public method

Populates the "RecentComparison" sub menu from File
public PopulateRecent ( ) : void
return void