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.
Показать файл Открыть проект

Открытые методы

Метод Описание
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