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

显示文件 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_oe property

public int BeginLiveness
return int

EndLiveness public_oe property

public int EndLiveness
return int

HasLivenessInfo public_oe property

public bool HasLivenessInfo
return bool

Index public_oe property

public int Index
return int

Mode public_oe property

public AddressMode Mode
return AddressMode

MonoType public_oe property

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

Offset public_oe property

public int Offset
return int

Size public_oe property

public int Size
return int