C# Класс dnSpy.Hex.Intellisense.HexQuickInfoSessionImpl

Наследование: dnSpy.Contracts.Hex.Intellisense.HexQuickInfoSession
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
CalculateHasInteractiveContent bool
CreateQuickInfoSources dnSpy.Contracts.Hex.Intellisense.HexQuickInfoSource[]
DisposeQuickInfoSources void
HexView_Closed void
SetApplicableToSpan void

Открытые методы

Метод Описание
Collapse ( ) : void
Dismiss ( ) : void
HexQuickInfoSessionImpl ( HexView hexView, HexCellPosition triggerPoint, bool trackMouse, dnSpy.Hex.Intellisense.HexIntellisensePresenterFactoryService intellisensePresenterFactoryService, VSUTIL.IOrderable>.Lazy quickInfoSourceProviders ) : System
Match ( ) : bool
Recalculate ( ) : void
Start ( ) : void

Приватные методы

Метод Описание
CalculateHasInteractiveContent ( ) : bool
CreateQuickInfoSources ( ) : dnSpy.Contracts.Hex.Intellisense.HexQuickInfoSource[]
DisposeQuickInfoSources ( ) : void
HexView_Closed ( object sender, EventArgs e ) : void
SetApplicableToSpan ( HexBufferSpanSelection newValue ) : void

Описание методов

Collapse() публичный Метод

public Collapse ( ) : void
Результат void

Dismiss() публичный Метод

public Dismiss ( ) : void
Результат void

HexQuickInfoSessionImpl() публичный Метод

public HexQuickInfoSessionImpl ( HexView hexView, HexCellPosition triggerPoint, bool trackMouse, dnSpy.Hex.Intellisense.HexIntellisensePresenterFactoryService intellisensePresenterFactoryService, VSUTIL.IOrderable>.Lazy quickInfoSourceProviders ) : System
hexView dnSpy.Contracts.Hex.Editor.HexView
triggerPoint HexCellPosition
trackMouse bool
intellisensePresenterFactoryService dnSpy.Hex.Intellisense.HexIntellisensePresenterFactoryService
quickInfoSourceProviders VSUTIL.IOrderable>.Lazy
Результат System

Match() публичный Метод

public Match ( ) : bool
Результат bool

Recalculate() публичный Метод

public Recalculate ( ) : void
Результат void

Start() публичный Метод

public Start ( ) : void
Результат void