C# Class MonoDevelop.AssemblyBrowser.AssemblyBrowserViewContent

Inheritance: MonoDevelop.Ide.Gui.AbstractViewContent, MonoDevelop.Ide.Gui.Content.IUrlHandler
显示文件 Open project: powerumc/monodevelop_korean Class Usage Examples

Private Properties

Property Type Description
EnsureDefinitionsLoaded void
FindDerivedClasses void
FindReferences void

Public Methods

Method 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

Protected Methods

Method Description
OnWorkbenchWindowChanged ( ) : void

Private Methods

Method Description
EnsureDefinitionsLoaded ( List definitions ) : void
FindDerivedClasses ( ) : void
FindReferences ( ) : void

Method Details

AssemblyBrowserViewContent() public method

public AssemblyBrowserViewContent ( ) : MonoDevelop.Ide.Gui
return MonoDevelop.Ide.Gui

BuildNavigationPoint() public method

public BuildNavigationPoint ( ) : NavigationPoint
return NavigationPoint

Dispose() public method

public Dispose ( ) : void
return void

FillWidget() public method

public FillWidget ( ) : void
return void

Load() public method

public Load ( FileOpenInformation fileOpenInformation ) : Task
fileOpenInformation FileOpenInformation
return Task

OnWorkbenchWindowChanged() protected method

protected OnWorkbenchWindowChanged ( ) : void
return void

Open() public method

public Open ( Microsoft element, bool expandNode = true ) : void
element Microsoft
expandNode bool
return void

Open() public method

public Open ( string documentationCommentId, bool openInPublicOnlyMode = true, bool expandNode = true ) : void
documentationCommentId string
openInPublicOnlyMode bool
expandNode bool
return void