C# Class Mono.Debugger.Register

Show file Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
Index int
Name string
Size int

Public Methods

Method Description
GetValue ( ) : long
Register ( Registers registers, string name, int index, int size, bool valid, long value ) : System
SetValue ( TargetAddress value ) : void
SetValue ( TargetAddress address, TargetAddress value ) : void
SetValue ( TargetAddress address, long value ) : void
SetValue ( long value ) : void
ToString ( ) : string
WriteRegister ( Thread thread, long value ) : void

Private Methods

Method Description
WriteRegister ( TargetMemoryAccess target, long value ) : void

Method Details

GetValue() public method

public GetValue ( ) : long
return long

Register() public method

public Register ( Registers registers, string name, int index, int size, bool valid, long value ) : System
registers Registers
name string
index int
size int
valid bool
value long
return System

SetValue() public method

public SetValue ( TargetAddress value ) : void
value TargetAddress
return void

SetValue() public method

public SetValue ( TargetAddress address, TargetAddress value ) : void
address TargetAddress
value TargetAddress
return void

SetValue() public method

public SetValue ( TargetAddress address, long value ) : void
address TargetAddress
value long
return void

SetValue() public method

public SetValue ( long value ) : void
value long
return void

ToString() public method

public ToString ( ) : string
return string

WriteRegister() public method

public WriteRegister ( Thread thread, long value ) : void
thread Thread
value long
return void

Property Details

Index public property

public int Index
return int

Name public property

public string Name
return string

Size public property

public int Size
return int