C# Class dnSpy.Hex.Intellisense.HexQuickInfoSessionImpl

Inheritance: dnSpy.Contracts.Hex.Intellisense.HexQuickInfoSession
Afficher le fichier Open project: 0xd4d/dnSpy Class Usage Examples

Private Properties

Свойство Type Description
CalculateHasInteractiveContent bool
CreateQuickInfoSources dnSpy.Contracts.Hex.Intellisense.HexQuickInfoSource[]
DisposeQuickInfoSources void
HexView_Closed void
SetApplicableToSpan void

Méthodes publiques

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

Private Methods

Méthode Description
CalculateHasInteractiveContent ( ) : bool
CreateQuickInfoSources ( ) : dnSpy.Contracts.Hex.Intellisense.HexQuickInfoSource[]
DisposeQuickInfoSources ( ) : void
HexView_Closed ( object sender, EventArgs e ) : void
SetApplicableToSpan ( HexBufferSpanSelection newValue ) : void

Method Details

Collapse() public méthode

public Collapse ( ) : void
Résultat void

Dismiss() public méthode

public Dismiss ( ) : void
Résultat void

HexQuickInfoSessionImpl() public méthode

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
Résultat System

Match() public méthode

public Match ( ) : bool
Résultat bool

Recalculate() public méthode

public Recalculate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void