C# Class dnSpy.Hex.Editor.HexEditorFactoryServiceImpl.GuidObjectsProvider

Inheritance: IGuidObjectsProvider
Mostra file Open project: 0xd4d/dnSpy

Public Methods

Method Description
GetGuidObjects ( dnSpy.Contracts.Menus.GuidObjectsProviderArgs args ) : IEnumerable
GuidObjectsProvider ( dnSpy.Contracts.Hex.Editor.WpfHexView wpfHexView, Func createGuidObjects ) : System

Method Details

GetGuidObjects() public method

public GetGuidObjects ( dnSpy.Contracts.Menus.GuidObjectsProviderArgs args ) : IEnumerable
args dnSpy.Contracts.Menus.GuidObjectsProviderArgs
return IEnumerable

GuidObjectsProvider() public method

public GuidObjectsProvider ( dnSpy.Contracts.Hex.Editor.WpfHexView wpfHexView, Func createGuidObjects ) : System
wpfHexView dnSpy.Contracts.Hex.Editor.WpfHexView
createGuidObjects Func
return System