C# Class dnSpy.Contracts.Hex.Operations.HexEditorOperationsFactoryService

Creates HexEditorOperations instances
Show file Open project: 0xd4d/dnSpy Class Usage Examples

Public Methods

Method Description
GetEditorOperations ( HexView hexView ) : HexEditorOperations

Gets the hex view's HexEditorOperations instance

Protected Methods

Method Description
HexEditorOperationsFactoryService ( ) : dnSpy.Contracts.Hex.Editor

Constructor

Method Details

GetEditorOperations() public abstract method

Gets the hex view's HexEditorOperations instance
public abstract GetEditorOperations ( HexView hexView ) : HexEditorOperations
hexView dnSpy.Contracts.Hex.Editor.HexView Hex view
return HexEditorOperations

HexEditorOperationsFactoryService() protected method

Constructor
protected HexEditorOperationsFactoryService ( ) : dnSpy.Contracts.Hex.Editor
return dnSpy.Contracts.Hex.Editor