Метод | Описание | |
---|---|---|
Close ( ) : void |
Closes the hex view
|
|
DisplayHexLineContainingBufferPosition ( HexBufferPoint bufferPosition, double verticalDistance, Microsoft.VisualStudio.Text.Editor relativeTo ) : void |
Displays a line in the view
|
|
DisplayHexLineContainingBufferPosition ( HexBufferPoint bufferPosition, double verticalDistance, Microsoft.VisualStudio.Text.Editor relativeTo, double viewportWidthOverride, double viewportHeightOverride ) : void |
Displays a line in the view
|
|
DisplayHexLineContainingBufferPosition ( HexBufferPoint bufferPosition, double verticalDistance, Microsoft.VisualStudio.Text.Editor relativeTo, double viewportWidthOverride, double viewportHeightOverride, DisplayHexLineOptions options ) : void |
Displays a line in the view
|
|
GetHexViewLineContainingBufferPosition ( HexBufferPoint bufferPosition ) : dnSpy.Contracts.Hex.Formatting.HexViewLine |
Gets a hex view line
|
|
QueueSpaceReservationStackRefresh ( ) : void |
Queues a space reservation stack refresh
|
|
Refresh ( ) : void |
Refreshes the screen and clears any read caches
|
Метод | Описание | |
---|---|---|
HexView ( ) : System |
Constructor
|
public DisplayHexLineContainingBufferPosition ( HexBufferPoint bufferPosition, double verticalDistance, Microsoft.VisualStudio.Text.Editor relativeTo ) : void | ||
bufferPosition | HexBufferPoint | Position |
verticalDistance | double | Distance relative to the top or bottom of the view |
relativeTo | Microsoft.VisualStudio.Text.Editor | The |
Результат | void |
public DisplayHexLineContainingBufferPosition ( HexBufferPoint bufferPosition, double verticalDistance, Microsoft.VisualStudio.Text.Editor relativeTo, double viewportWidthOverride, double viewportHeightOverride ) : void | ||
bufferPosition | HexBufferPoint | Position |
verticalDistance | double | Distance relative to the top or bottom of the view |
relativeTo | Microsoft.VisualStudio.Text.Editor | The |
viewportWidthOverride | double | Overrides viewport width |
viewportHeightOverride | double | Overrides viewport height |
Результат | void |
public abstract DisplayHexLineContainingBufferPosition ( HexBufferPoint bufferPosition, double verticalDistance, Microsoft.VisualStudio.Text.Editor relativeTo, double viewportWidthOverride, double viewportHeightOverride, DisplayHexLineOptions options ) : void | ||
bufferPosition | HexBufferPoint | Position |
verticalDistance | double | Distance relative to the top or bottom of the view |
relativeTo | Microsoft.VisualStudio.Text.Editor | The |
viewportWidthOverride | double | Overrides viewport width |
viewportHeightOverride | double | Overrides viewport height |
options | DisplayHexLineOptions | Options |
Результат | void |
public abstract GetHexViewLineContainingBufferPosition ( HexBufferPoint bufferPosition ) : dnSpy.Contracts.Hex.Formatting.HexViewLine | ||
bufferPosition | HexBufferPoint | Position |
Результат | dnSpy.Contracts.Hex.Formatting.HexViewLine |
public abstract QueueSpaceReservationStackRefresh ( ) : void | ||
Результат | void |