C# 클래스 Mono.StackFrameData

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

공개 프로퍼티들

프로퍼티 타입 설명
Aotid string
IsILOffset bool
Line string
MethodIndex uint
MethodSignature string
Mvid string
Offset int
TypeFullName string

공개 메소드들

메소드 설명
ToString ( ) : string
TryParse ( string line, StackFrameData &stackFrame ) : bool

비공개 메소드들

메소드 설명
ExtractSignatures ( string str, string &typeFullName, string &methodSignature ) : bool
SetLocation ( string file, int lineNumber ) : void
StackFrameData ( string line, string typeFullName, string methodSig, int offset, bool isILOffset, uint methodIndex, string mvid, string aotid ) : System

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryParse() 공개 정적인 메소드

public static TryParse ( string line, StackFrameData &stackFrame ) : bool
line string
stackFrame StackFrameData
리턴 bool

프로퍼티 상세

Aotid 공개적으로 프로퍼티

public string Aotid
리턴 string

IsILOffset 공개적으로 프로퍼티

public bool IsILOffset
리턴 bool

Line 공개적으로 프로퍼티

public string Line
리턴 string

MethodIndex 공개적으로 프로퍼티

public uint MethodIndex
리턴 uint

MethodSignature 공개적으로 프로퍼티

public string MethodSignature
리턴 string

Mvid 공개적으로 프로퍼티

public string Mvid
리턴 string

Offset 공개적으로 프로퍼티

public int Offset
리턴 int

TypeFullName 공개적으로 프로퍼티

public string TypeFullName
리턴 string