C# Class dnSpy.AsmEditor.Hex.HexViewDocumentTabUIContext

Inheritance: dnSpy.Contracts.Documents.Tabs.DocumentTabUIContext, IDisposable, IZoomable
Afficher le fichier Open project: 0xd4d/dnSpy

Private Properties

Свойство Type Description
InitializeState void
IsValid bool
VisualElement_Loaded void

Méthodes publiques

Méthode 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

Méthode 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 méthode

public CreateUIState ( ) : object
Résultat object

DeserializeUIState() public méthode

public DeserializeUIState ( ISettingsSection section ) : object
section ISettingsSection
Résultat object

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HexViewDocumentTabUIContext() public méthode

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

RestoreUIState() public méthode

public RestoreUIState ( object obj ) : void
obj object
Résultat void

SerializeUIState() public méthode

public SerializeUIState ( ISettingsSection section, object obj ) : void
section ISettingsSection
obj object
Résultat void