C# 클래스 GuiCompare.InfoManager

파일 보기 프로젝트 열기: mono/mono-tools

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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.

메소드 상세

Ensure() 공개 메소드

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

InfoManager() 공개 메소드

public InfoManager ( MainWindow main, string profilePath ) : System
main MainWindow
profilePath string
리턴 System

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

PopulateRecent() 공개 메소드

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