C# 클래스 msos.ClrThreadExtensions.FrameArgumentsAndLocalsRetriever

파일 보기 프로젝트 열기: goldshtn/msos

공개 메소드들

메소드 설명
FrameArgumentsAndLocalsRetriever ( Microsoft.Diagnostics.Runtime.ClrThread thread, IList stackTrace, CommandExecutionContext context ) : System

비공개 메소드들

메소드 설명
FailedUnlessOnCLR2DAC ( int hr ) : bool
FillLocation ( ArgumentOrLocal argOrLocal, IXCLRDataValue value ) : void
FillValue ( ArgumentOrLocal argOrLocal, IXCLRDataValue value ) : void
GetLocalVariableName ( ISymbolScope scope, uint localIndex ) : string
GetLocalVariableName ( ulong instructionPointer, uint localIndex ) : string
GetModuleName ( IXCLRDataModule module ) : string
ProcessFrame ( IXCLRDataStackWalk stackWalk ) : void
ProcessStackWalk ( uint osThreadId ) : void
RawBytesToAddress ( byte rawBytes ) : ulong
TryGetTypeByMetadataToken ( ArgumentOrLocal argOrLocal, IXCLRDataTypeInstance typeInstance ) : void

메소드 상세

FrameArgumentsAndLocalsRetriever() 공개 메소드

public FrameArgumentsAndLocalsRetriever ( Microsoft.Diagnostics.Runtime.ClrThread thread, IList stackTrace, CommandExecutionContext context ) : System
thread Microsoft.Diagnostics.Runtime.ClrThread
stackTrace IList
context CommandExecutionContext
리턴 System