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

Creates IHexMarginContextMenuHandlers or returns null. You must ExportAttribute this interface and add a HexMarginNameAttribute with the name of the margin (eg. PredefinedHexMarginNames.Glyph). Optional attribute: VSTE.TextViewRoleAttribute.
파일 보기 프로젝트 열기: 0xd4d/dnSpy

공개 메소드들

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

Creates IHexMarginContextMenuHandlers or returns null

보호된 메소드들

메소드 설명
HexMarginContextMenuHandlerProvider ( ) : System.Collections.Generic

Constructor

메소드 상세

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

Creates IHexMarginContextMenuHandlers or returns null
public abstract Create ( WpfHexViewHost wpfHexViewHost, dnSpy.Contracts.Hex.Editor.WpfHexViewMargin margin ) : IHexMarginContextMenuHandler
wpfHexViewHost WpfHexViewHost Hex view host
margin dnSpy.Contracts.Hex.Editor.WpfHexViewMargin Margin
리턴 IHexMarginContextMenuHandler

HexMarginContextMenuHandlerProvider() 보호된 메소드

Constructor
protected HexMarginContextMenuHandlerProvider ( ) : System.Collections.Generic
리턴 System.Collections.Generic