C# Class msos.StackWalkerStrategy_x86

This class is responsible for fetching function parameters. it relies on x86 Calling Convention - passing parameters to function on the stack.
Inheritance: StackWalkerStrategy
Afficher le fichier Open project: goldshtn/msos Class Usage Examples

Méthodes publiques

Méthode Description
StackWalkerStrategy_x86 ( Microsoft.Diagnostics.Runtime.ClrRuntime runtime ) : System

Méthodes protégées

Méthode Description
ExtractWaitForMultipleObjectsInformation ( UnifiedStackFrame frame ) : void
ExtractWaitForSingleObjectInformation ( UnifiedStackFrame frame ) : void
GetCriticalSectionBlockingObject ( UnifiedStackFrame frame ) : UnifiedBlockingObject

Private Methods

Méthode Description
GetParameters ( UnifiedStackFrame stackFrame, int paramCount ) : List

Method Details

ExtractWaitForMultipleObjectsInformation() protected méthode

protected ExtractWaitForMultipleObjectsInformation ( UnifiedStackFrame frame ) : void
frame UnifiedStackFrame
Résultat void

ExtractWaitForSingleObjectInformation() protected méthode

protected ExtractWaitForSingleObjectInformation ( UnifiedStackFrame frame ) : void
frame UnifiedStackFrame
Résultat void

GetCriticalSectionBlockingObject() protected méthode

protected GetCriticalSectionBlockingObject ( UnifiedStackFrame frame ) : UnifiedBlockingObject
frame UnifiedStackFrame
Résultat UnifiedBlockingObject

StackWalkerStrategy_x86() public méthode

public StackWalkerStrategy_x86 ( Microsoft.Diagnostics.Runtime.ClrRuntime runtime ) : System
runtime Microsoft.Diagnostics.Runtime.ClrRuntime
Résultat System