C# Class Mono.Debugger.Languages.TargetFundamentalObject

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

Public Properties

Property Type Description
Type TargetFundamentalType

Public Methods

Method Description
GetObject ( System.Thread thread ) : object
SetObject ( System.Thread thread, TargetObject obj ) : void

Protected Methods

Method Description
DoGetObject ( TargetMemoryAccess target ) : object

Private Methods

Method Description
GetDynamicSize ( TargetMemoryAccess target, TargetBlob blob, TargetLocation location, TargetLocation &dynamic_location ) : long
GetObject ( TargetMemoryAccess target ) : object
Print ( TargetMemoryAccess target ) : string
TargetFundamentalObject ( TargetFundamentalType type, TargetLocation location ) : System

Method Details

DoGetObject() protected method

protected DoGetObject ( TargetMemoryAccess target ) : object
target TargetMemoryAccess
return object

GetObject() public method

public GetObject ( System.Thread thread ) : object
thread System.Thread
return object

SetObject() public method

public SetObject ( System.Thread thread, TargetObject obj ) : void
thread System.Thread
obj TargetObject
return void

Property Details

Type public property

public TargetFundamentalType,Mono.Debugger.Languages Type
return TargetFundamentalType