C# 클래스 Mono.Debugger.Backend.Mono.VariableInfo

파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BeginLiveness int
EndLiveness int
HasLivenessInfo bool
Index int
Mode AddressMode
MonoType Mono.Debugger.TargetAddress
Offset int
Size int

공개 메소드들

메소드 설명
ToString ( ) : string
VariableInfo ( Architecture arch, TargetBinaryReader reader ) : System

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

VariableInfo() 공개 메소드

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

프로퍼티 상세

BeginLiveness 공개적으로 프로퍼티

public int BeginLiveness
리턴 int

EndLiveness 공개적으로 프로퍼티

public int EndLiveness
리턴 int

HasLivenessInfo 공개적으로 프로퍼티

public bool HasLivenessInfo
리턴 bool

Index 공개적으로 프로퍼티

public int Index
리턴 int

Mode 공개적으로 프로퍼티

public AddressMode Mode
리턴 AddressMode

MonoType 공개적으로 프로퍼티

public TargetAddress,Mono.Debugger MonoType
리턴 Mono.Debugger.TargetAddress

Offset 공개적으로 프로퍼티

public int Offset
리턴 int

Size 공개적으로 프로퍼티

public int Size
리턴 int