C# Class Mono.Debugger.Languages.BitfieldTargetLocation

Inheritance: TargetLocation
Show file Open project: baulig/debugger

Private Properties

Property Type Description
GetAddress TargetAddress
Print string
ReadMemory TargetBlob

Public Methods

Method Description
BitfieldTargetLocation ( TargetLocation relative_to, int offset, int size ) : System
Print ( ) : string

Protected Methods

Method Description
MyToString ( ) : string

Private Methods

Method Description
GetAddress ( TargetMemoryAccess target ) : TargetAddress
Print ( bool data ) : string
ReadMemory ( TargetMemoryAccess target, int size ) : TargetBlob

Method Details

BitfieldTargetLocation() public method

public BitfieldTargetLocation ( TargetLocation relative_to, int offset, int size ) : System
relative_to TargetLocation
offset int
size int
return System

MyToString() protected method

protected MyToString ( ) : string
return string

Print() public method

public Print ( ) : string
return string