C# Class XLibrary.Panels.CodePanel

Afficher le fichier Open project: swax/CodePerspective

Méthodes publiques

Méthode Description
CodePanel ( ) : System
Init ( MainForm main ) : void
NavigateTo ( NodeModel node ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CSharpRadioButton_CheckedChanged ( object sender, EventArgs e ) : void
CSharpView_Navigating ( object sender, WebBrowserNavigatingEventArgs e ) : void
CodePanel_Load ( object sender, EventArgs e ) : void
CodePanel_VisibleChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

MsilRadioButton_CheckedChanged ( object sender, EventArgs e ) : void
MsilView_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
ProfileRadioButton_CheckedChanged ( object sender, EventArgs e ) : void
RefreshCSharpView ( ) : void
RefreshMsilView ( ) : void
RefreshView ( ) : void
ShowPanel ( Control panel ) : void
UpdateCodeView ( ) : void
UpdateContent ( string content ) : void

Method Details

CodePanel() public méthode

public CodePanel ( ) : System
Résultat System

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

Init() public méthode

public Init ( MainForm main ) : void
main MainForm
Résultat void

NavigateTo() public méthode

public NavigateTo ( NodeModel node ) : void
node NodeModel
Résultat void