C# Class dnSpy.AsmEditor.Hex.HexViewDocumentTabUIContext

Inheritance: dnSpy.Contracts.Documents.Tabs.DocumentTabUIContext, IDisposable, IZoomable
Exibir arquivo Open project: 0xd4d/dnSpy

Private Properties

Property Type Description
InitializeState void
IsValid bool
VisualElement_Loaded void

Public Methods

Method Description
CreateUIState ( ) : object
DeserializeUIState ( ISettingsSection section ) : object
Dispose ( ) : void
HexViewDocumentTabUIContext ( dnSpy.Contracts.Hex.Editor.HexGroups.HexEditorGroupFactoryService hexEditorGroupFactoryService, HexBuffer buffer ) : System
RestoreUIState ( object obj ) : void
SerializeUIState ( ISettingsSection section, object obj ) : void

Private Methods

Method Description
InitializeState ( dnSpy.AsmEditor.Hex.HexViewUIState state ) : void
IsValid ( dnSpy.AsmEditor.Hex.HexViewUIState state ) : bool
VisualElement_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

CreateUIState() public method

public CreateUIState ( ) : object
return object

DeserializeUIState() public method

public DeserializeUIState ( ISettingsSection section ) : object
section ISettingsSection
return object

Dispose() public method

public Dispose ( ) : void
return void

HexViewDocumentTabUIContext() public method

public HexViewDocumentTabUIContext ( dnSpy.Contracts.Hex.Editor.HexGroups.HexEditorGroupFactoryService hexEditorGroupFactoryService, HexBuffer buffer ) : System
hexEditorGroupFactoryService dnSpy.Contracts.Hex.Editor.HexGroups.HexEditorGroupFactoryService
buffer dnSpy.Contracts.Hex.HexBuffer
return System

RestoreUIState() public method

public RestoreUIState ( object obj ) : void
obj object
return void

SerializeUIState() public method

public SerializeUIState ( ISettingsSection section, object obj ) : void
section ISettingsSection
obj object
return void