C# Class Mono.Debugging.Win32.CorBacktrace

Inheritance: Mono.Debugging.Evaluation.BaseBacktrace
Afficher le fichier Open project: mono/monodevelop Class Usage Examples

Private Properties

Свойство Type Description
CreateFrame Mono.Debugging.Client.StackFrame
GetFrames IEnumerable

Méthodes publiques

Méthode Description
CorBacktrace ( Microsoft.Samples.Debugging.CorDebug.CorThread thread, CorDebuggerSession session ) : System.Collections.Generic
Disassemble ( int frameIndex, int firstLine, int count ) : Mono.Debugging.Client.AssemblyLine[]
GetSequencePoint ( CorDebuggerSession session, Microsoft.Samples.Debugging.CorDebug.CorFrame frame ) : SequencePoint
GetStackFrames ( int firstIndex, int lastIndex ) : Mono.Debugging.Client.StackFrame[]

Méthodes protégées

Méthode Description
GetEvaluationContext ( int frameIndex, Mono.Debugging.Client.EvaluationOptions options ) : Mono.Debugging.Evaluation.EvaluationContext

Private Methods

Méthode Description
CreateFrame ( CorDebuggerSession session, Microsoft.Samples.Debugging.CorDebug.CorFrame frame ) : Mono.Debugging.Client.StackFrame
GetFrames ( Microsoft.Samples.Debugging.CorDebug.CorThread thread ) : IEnumerable

Method Details

CorBacktrace() public méthode

public CorBacktrace ( Microsoft.Samples.Debugging.CorDebug.CorThread thread, CorDebuggerSession session ) : System.Collections.Generic
thread Microsoft.Samples.Debugging.CorDebug.CorThread
session CorDebuggerSession
Résultat System.Collections.Generic

Disassemble() public méthode

public Disassemble ( int frameIndex, int firstLine, int count ) : Mono.Debugging.Client.AssemblyLine[]
frameIndex int
firstLine int
count int
Résultat Mono.Debugging.Client.AssemblyLine[]

GetEvaluationContext() protected méthode

protected GetEvaluationContext ( int frameIndex, Mono.Debugging.Client.EvaluationOptions options ) : Mono.Debugging.Evaluation.EvaluationContext
frameIndex int
options Mono.Debugging.Client.EvaluationOptions
Résultat Mono.Debugging.Evaluation.EvaluationContext

GetSequencePoint() public static méthode

public static GetSequencePoint ( CorDebuggerSession session, Microsoft.Samples.Debugging.CorDebug.CorFrame frame ) : SequencePoint
session CorDebuggerSession
frame Microsoft.Samples.Debugging.CorDebug.CorFrame
Résultat SequencePoint

GetStackFrames() public méthode

public GetStackFrames ( int firstIndex, int lastIndex ) : Mono.Debugging.Client.StackFrame[]
firstIndex int
lastIndex int
Résultat Mono.Debugging.Client.StackFrame[]