C# 클래스 System.Diagnostics.StackTraceSymbols

상속: IDisposable
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
StackTraceSymbols ( ) : System.Collections.Generic

Create an instance of this class.

비공개 메소드들

메소드 설명
GetSourceLineInfo ( string assemblyPath, IntPtr loadedPeAddress, int loadedPeSize, IntPtr inMemoryPdbAddress, int inMemoryPdbSize, int methodToken, int ilOffset, string &sourceFile, int &sourceLine, int &sourceColumn ) : void

Returns the source file and line number information for the method.

IDisposable ( ) : void

Clean up any cached providers.

TryGetPEReader ( string assemblyPath, IntPtr loadedPeAddress, int loadedPeSize ) : System.Reflection.PortableExecutable.PEReader
TryGetReader ( string assemblyPath, IntPtr loadedPeAddress, int loadedPeSize, IntPtr inMemoryPdbAddress, int inMemoryPdbSize ) : System.Reflection.Metadata.MetadataReader

Returns the portable PDB reader for the assembly path

Assumes that neither PE image nor PDB loaded into memory can be unloaded or moved around.

TryOpenFile ( string path ) : Stream
TryOpenReaderForInMemoryPdb ( IntPtr inMemoryPdbAddress, int inMemoryPdbSize ) : System.Reflection.Metadata.MetadataReaderProvider
TryOpenReaderFromAssemblyFile ( string assemblyPath, IntPtr loadedPeAddress, int loadedPeSize ) : System.Reflection.Metadata.MetadataReaderProvider

메소드 상세

StackTraceSymbols() 공개 메소드

Create an instance of this class.
public StackTraceSymbols ( ) : System.Collections.Generic
리턴 System.Collections.Generic