C# 클래스 dnSpy.Contracts.Hex.Formatting.HexLineTransformSourceProvider

Creates HexLineTransformSources
파일 보기 프로젝트 열기: 0xd4d/dnSpy

공개 메소드들

메소드 설명
Create ( dnSpy.Contracts.Hex.Editor.WpfHexView hexView ) : dnSpy.Contracts.Hex.Formatting.HexLineTransformSource

Creates a HexLineTransformSource or returns null

보호된 메소드들

메소드 설명
HexLineTransformSourceProvider ( ) : dnSpy.Contracts.Hex.Editor

Constructor

메소드 상세

Create() 공개 추상적인 메소드

Creates a HexLineTransformSource or returns null
public abstract Create ( dnSpy.Contracts.Hex.Editor.WpfHexView hexView ) : dnSpy.Contracts.Hex.Formatting.HexLineTransformSource
hexView dnSpy.Contracts.Hex.Editor.WpfHexView Hex view
리턴 dnSpy.Contracts.Hex.Formatting.HexLineTransformSource

HexLineTransformSourceProvider() 보호된 메소드

Constructor
protected HexLineTransformSourceProvider ( ) : dnSpy.Contracts.Hex.Editor
리턴 dnSpy.Contracts.Hex.Editor