C# Class MonoDevelop.AssemblyBrowser.AssemblyBrowserViewContent

Inheritance: MonoDevelop.Ide.Gui.AbstractViewContent, MonoDevelop.Ide.Gui.Content.IUrlHandler
Afficher le fichier Open project: powerumc/monodevelop_korean Class Usage Examples

Private Properties

Свойство Type Description
EnsureDefinitionsLoaded void
FindDerivedClasses void
FindReferences void

Méthodes publiques

Méthode Description
AssemblyBrowserViewContent ( ) : MonoDevelop.Ide.Gui
BuildNavigationPoint ( ) : NavigationPoint
Dispose ( ) : void
FillWidget ( ) : void
Load ( FileOpenInformation fileOpenInformation ) : Task
Open ( Microsoft element, bool expandNode = true ) : void
Open ( string documentationCommentId, bool openInPublicOnlyMode = true, bool expandNode = true ) : void

Méthodes protégées

Méthode Description
OnWorkbenchWindowChanged ( ) : void

Private Methods

Méthode Description
EnsureDefinitionsLoaded ( List definitions ) : void
FindDerivedClasses ( ) : void
FindReferences ( ) : void

Method Details

AssemblyBrowserViewContent() public méthode

public AssemblyBrowserViewContent ( ) : MonoDevelop.Ide.Gui
Résultat MonoDevelop.Ide.Gui

BuildNavigationPoint() public méthode

public BuildNavigationPoint ( ) : NavigationPoint
Résultat NavigationPoint

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FillWidget() public méthode

public FillWidget ( ) : void
Résultat void

Load() public méthode

public Load ( FileOpenInformation fileOpenInformation ) : Task
fileOpenInformation FileOpenInformation
Résultat Task

OnWorkbenchWindowChanged() protected méthode

protected OnWorkbenchWindowChanged ( ) : void
Résultat void

Open() public méthode

public Open ( Microsoft element, bool expandNode = true ) : void
element Microsoft
expandNode bool
Résultat void

Open() public méthode

public Open ( string documentationCommentId, bool openInPublicOnlyMode = true, bool expandNode = true ) : void
documentationCommentId string
openInPublicOnlyMode bool
expandNode bool
Résultat void