C# Class dnSpy.AsmEditor.Commands.CloseAllMissingFilesCommand

Inheritance: dnSpy.Contracts.Menus.MenuItemBase
Afficher le fichier Open project: 0xd4d/dnSpy

Méthodes publiques

Méthode Description
Execute ( IMenuItemContext context ) : void
IsEnabled ( IMenuItemContext context ) : bool

Private Methods

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

Method Details

Execute() public méthode

public Execute ( IMenuItemContext context ) : void
context IMenuItemContext
Résultat void

IsEnabled() public méthode

public IsEnabled ( IMenuItemContext context ) : bool
context IMenuItemContext
Résultat bool