C# Class Mono.Debugger.Backend.Mono.VariableInfo

Show file Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
BeginLiveness int
EndLiveness int
HasLivenessInfo bool
Index int
Mode AddressMode
MonoType Mono.Debugger.TargetAddress
Offset int
Size int

Public Methods

Method Description
ToString ( ) : string
VariableInfo ( Architecture arch, TargetBinaryReader reader ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

VariableInfo() public method

public VariableInfo ( Architecture arch, TargetBinaryReader reader ) : System
arch Mono.Debugger.Backend.Architecture
reader Mono.Debugger.TargetBinaryReader
return System

Property Details

BeginLiveness public property

public int BeginLiveness
return int

EndLiveness public property

public int EndLiveness
return int

HasLivenessInfo public property

public bool HasLivenessInfo
return bool

Index public property

public int Index
return int

Mode public property

public AddressMode Mode
return AddressMode

MonoType public property

public TargetAddress,Mono.Debugger MonoType
return Mono.Debugger.TargetAddress

Offset public property

public int Offset
return int

Size public property

public int Size
return int