C# Class MemoScope.Modules.StackTrace.StackFrameExtensions

ファイルを表示 Open project: fremag/MemoScope.Net

Public Methods

Method Description
FileAndLineNumber ( this frame ) : FileAndLineNumber

Private Methods

Method Description
FindIlOffset ( Microsoft.Diagnostics.Runtime.ClrStackFrame frame ) : int
FindNearestLine ( Microsoft.Diagnostics.Runtime.Utilities.Pdb.PdbFunction function, int ilOffset ) : FileAndLineNumber
GetReaderForFrame ( Microsoft.Diagnostics.Runtime.ClrStackFrame frame ) : Microsoft.Diagnostics.Runtime.Utilities.Pdb.PdbReader
GetSymbolLocator ( Microsoft.Diagnostics.Runtime.ClrModule module ) : SymbolLocator

Method Details

FileAndLineNumber() public static method

public static FileAndLineNumber ( this frame ) : FileAndLineNumber
frame this
return FileAndLineNumber