C# Class msos.ClrThreadExtensions.FrameArgumentsAndLocalsRetriever

Afficher le fichier Open project: goldshtn/msos

Méthodes publiques

Méthode Description
FrameArgumentsAndLocalsRetriever ( Microsoft.Diagnostics.Runtime.ClrThread thread, IList stackTrace, CommandExecutionContext context ) : System

Private Methods

Méthode Description
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

Method Details

FrameArgumentsAndLocalsRetriever() public méthode

public FrameArgumentsAndLocalsRetriever ( Microsoft.Diagnostics.Runtime.ClrThread thread, IList stackTrace, CommandExecutionContext context ) : System
thread Microsoft.Diagnostics.Runtime.ClrThread
stackTrace IList
context CommandExecutionContext
Résultat System