C# 클래스 dnSpy.Contracts.Hex.Editor.HexViewLayoutChangedEventArgs

Hex view layout changed event args
상속: System.EventArgs
파일 보기 프로젝트 열기: 0xd4d/dnSpy 1 사용 예제들

공개 메소드들

메소드 설명
HexViewLayoutChangedEventArgs ( dnSpy.Contracts.Hex.Editor.HexViewState oldState, dnSpy.Contracts.Hex.Editor.HexViewState newState, IList newOrReformattedLines, IList translatedLines ) : System

Constructor

비공개 메소드들

메소드 설명
CreateSpans ( ReadOnlyCollection lines ) : NormalizedHexBufferSpanCollection

메소드 상세

HexViewLayoutChangedEventArgs() 공개 메소드

Constructor
public HexViewLayoutChangedEventArgs ( dnSpy.Contracts.Hex.Editor.HexViewState oldState, dnSpy.Contracts.Hex.Editor.HexViewState newState, IList newOrReformattedLines, IList translatedLines ) : System
oldState dnSpy.Contracts.Hex.Editor.HexViewState Old view state
newState dnSpy.Contracts.Hex.Editor.HexViewState New view state
newOrReformattedLines IList New or reformatted lines
translatedLines IList Translated lines
리턴 System