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

Creates a IGuidObjectsProvider that uses IHexMarginContextMenuHandlers to create objects.
Afficher le fichier Open project: 0xd4d/dnSpy Class Usage Examples

Méthodes publiques

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

Creates a IGuidObjectsProvider

Méthodes protégées

Méthode Description
HexMarginContextMenuService ( ) : dnSpy.Contracts.Menus

Constructor

Method Details

Create() public abstract méthode

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
Résultat IGuidObjectsProvider

HexMarginContextMenuService() protected méthode

Constructor
protected HexMarginContextMenuService ( ) : dnSpy.Contracts.Menus
Résultat dnSpy.Contracts.Menus