C# 클래스 dnSpy.Contracts.Hex.Editor.HexMarginContextMenuService

Creates a IGuidObjectsProvider that uses IHexMarginContextMenuHandlers to create objects.
파일 보기 프로젝트 열기: 0xd4d/dnSpy 1 사용 예제들

공개 메소드들

메소드 설명
Create ( WpfHexViewHost wpfHexViewHost, dnSpy.Contracts.Hex.Editor.WpfHexViewMargin margin, string marginName ) : IGuidObjectsProvider

Creates a IGuidObjectsProvider

보호된 메소드들

메소드 설명
HexMarginContextMenuService ( ) : dnSpy.Contracts.Menus

Constructor

메소드 상세

Create() 공개 추상적인 메소드

Creates a IGuidObjectsProvider
public abstract Create ( WpfHexViewHost wpfHexViewHost, dnSpy.Contracts.Hex.Editor.WpfHexViewMargin margin, string marginName ) : IGuidObjectsProvider
wpfHexViewHost WpfHexViewHost Hex view host
margin dnSpy.Contracts.Hex.Editor.WpfHexViewMargin Margin
marginName string Margin name
리턴 IGuidObjectsProvider

HexMarginContextMenuService() 보호된 메소드

Constructor
protected HexMarginContextMenuService ( ) : dnSpy.Contracts.Menus
리턴 dnSpy.Contracts.Menus