C# Class Mono.Debugger.Languages.TargetObject

Inheritance: DebuggerMarshalByRefObject
Show file Open project: baulig/debugger Class Usage Examples

Protected Properties

Property Type Description
type TargetType

Public Methods

Method Description
GetAddress ( System.Thread thread ) : TargetAddress
Print ( Thread thread ) : string
PrintLocation ( ) : string
ToString ( ) : string

Private Methods

Method Description
GetAddress ( TargetMemoryAccess target ) : TargetAddress
GetDynamicSize ( TargetMemoryAccess target, TargetBlob blob, TargetLocation location, TargetLocation &dynamic_location ) : long
Print ( TargetMemoryAccess memory ) : string
SetTypeName ( string type_name ) : void
TargetObject ( TargetType type, TargetLocation location ) : System

Method Details

GetAddress() public method

public GetAddress ( System.Thread thread ) : TargetAddress
thread System.Thread
return TargetAddress

Print() public method

public Print ( Thread thread ) : string
thread Thread
return string

PrintLocation() public method

public PrintLocation ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

Property Details

type protected property

protected TargetType type
return TargetType