C# Class Castle.VisualStudio.NVelocityLanguageService.DebugWindow.DebugForm

Afficher le fichier Open project: jonorossi/cvsi Class Usage Examples

Méthodes publiques

Méthode Description
DebugForm ( ) : System
UpdateUI ( int cursorLine, int cursorCol, TemplateNode templateNode ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddItemsFromScope ( TemplateNode templateNode, int cursorLine, int cursorCol ) : void
AddNodesToTree ( AstNode parentAstNode, TreeNode parentTreeNode ) : void
ApplyFormattingToTreeNodes ( TreeNodeCollection treeNodes, int line, int pos ) : void
BuildTreeViewFromAst ( TemplateNode templateNode ) : void
InitializeComponent ( ) : void

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

UpdateUIInUIThread ( int cursorLine, int cursorCol, TemplateNode templateNode ) : void

Method Details

DebugForm() public méthode

public DebugForm ( ) : 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

UpdateUI() public méthode

public UpdateUI ( int cursorLine, int cursorCol, TemplateNode templateNode ) : void
cursorLine int
cursorCol int
templateNode TemplateNode
Résultat void