C# 클래스 dnSpy.AsmEditor.Commands.CloseAllMissingFilesCommand
파일 보기
프로젝트 열기: 0xd4d/dnSpy
공개 메소드들
메소드 |
설명 |
|
Execute ( IMenuItemContext context ) : void |
|
|
IsEnabled ( IMenuItemContext context ) : bool |
|
|
비공개 메소드들
메소드 |
설명 |
|
CloseAllMissingFilesCommand ( IDocumentTreeView documentTreeView, Lazy undoCommandService, Lazy documentSaver, IAppService appService ) : System |
|
|
GetNodes ( ) : dnSpy.Contracts.Documents.TreeView.UnknownDocumentNode[] |
|
|
메소드 상세
public Execute ( IMenuItemContext context ) : void |
context |
IMenuItemContext |
|
리턴 |
void |
|
public IsEnabled ( IMenuItemContext context ) : bool |
context |
IMenuItemContext |
|
리턴 |
bool |
|