C# Class dnSpy.AsmEditor.Commands.CloseAllMissingFilesCommand

Inheritance: dnSpy.Contracts.Menus.MenuItemBase
Show file Open project: 0xd4d/dnSpy

Public Methods

Method Description
Execute ( IMenuItemContext context ) : void
IsEnabled ( IMenuItemContext context ) : bool

Private Methods

Method Description
CloseAllMissingFilesCommand ( IDocumentTreeView documentTreeView, Lazy undoCommandService, Lazy documentSaver, IAppService appService ) : System
GetNodes ( ) : dnSpy.Contracts.Documents.TreeView.UnknownDocumentNode[]

Method Details

Execute() public method

public Execute ( IMenuItemContext context ) : void
context IMenuItemContext
return void

IsEnabled() public method

public IsEnabled ( IMenuItemContext context ) : bool
context IMenuItemContext
return bool