C# 클래스 dnSpy.Hex.Intellisense.HexQuickInfoSessionImpl

상속: dnSpy.Contracts.Hex.Intellisense.HexQuickInfoSession
파일 보기 프로젝트 열기: 0xd4d/dnSpy 1 사용 예제들

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