C# Class Mono.Debugger.Register

Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

Свойство Type Description
Index int
Name string
Size int

Méthodes publiques

Méthode 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

Méthode Description
WriteRegister ( TargetMemoryAccess target, long value ) : void

Method Details

GetValue() public méthode

public GetValue ( ) : long
Résultat long

Register() public méthode

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
Résultat System

SetValue() public méthode

public SetValue ( TargetAddress value ) : void
value TargetAddress
Résultat void

SetValue() public méthode

public SetValue ( TargetAddress address, TargetAddress value ) : void
address TargetAddress
value TargetAddress
Résultat void

SetValue() public méthode

public SetValue ( TargetAddress address, long value ) : void
address TargetAddress
value long
Résultat void

SetValue() public méthode

public SetValue ( long value ) : void
value long
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

WriteRegister() public méthode

public WriteRegister ( Thread thread, long value ) : void
thread Thread
value long
Résultat void

Property Details

Index public_oe property

public int Index
Résultat int

Name public_oe property

public string Name
Résultat string

Size public_oe property

public int Size
Résultat int