Property | Type | Description | |
---|---|---|---|
EnsureDefinitionsLoaded | void | ||
FindDerivedClasses | void | ||
FindReferences | void |
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 |
Method | Description | |
---|---|---|
OnWorkbenchWindowChanged ( ) : void |
Method | Description | |
---|---|---|
EnsureDefinitionsLoaded ( List |
||
FindDerivedClasses ( ) : void | ||
FindReferences ( ) : void |
public AssemblyBrowserViewContent ( ) : MonoDevelop.Ide.Gui | ||
return | MonoDevelop.Ide.Gui |
public BuildNavigationPoint ( ) : NavigationPoint | ||
return | NavigationPoint |
public Load ( FileOpenInformation fileOpenInformation ) : Task | ||
fileOpenInformation | FileOpenInformation | |
return | Task |
protected OnWorkbenchWindowChanged ( ) : void | ||
return | void |
public Open ( Microsoft element, bool expandNode = true ) : void | ||
element | Microsoft | |
expandNode | bool | |
return | void |
public Open ( string documentationCommentId, bool openInPublicOnlyMode = true, bool expandNode = true ) : void | ||
documentationCommentId | string | |
openInPublicOnlyMode | bool | |
expandNode | bool | |
return | void |