C# Class dnSpy.Contracts.Hex.Editor.HexMarginContextMenuService

Creates a IGuidObjectsProvider that uses IHexMarginContextMenuHandlers to create objects.
ファイルを表示 Open project: 0xd4d/dnSpy Class Usage Examples

Public Methods

Method Description
Create ( WpfHexViewHost wpfHexViewHost, dnSpy.Contracts.Hex.Editor.WpfHexViewMargin margin, string marginName ) : IGuidObjectsProvider

Creates a IGuidObjectsProvider

Protected Methods

Method Description
HexMarginContextMenuService ( ) : dnSpy.Contracts.Menus

Constructor

Method Details

Create() public abstract method

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
return IGuidObjectsProvider

HexMarginContextMenuService() protected method

Constructor
protected HexMarginContextMenuService ( ) : dnSpy.Contracts.Menus
return dnSpy.Contracts.Menus