|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| StackTraceSymbols () | |
Package Functions | |
| void | GetSourceLineInfo (Assembly assembly, string assemblyPath, IntPtr loadedPeAddress, int loadedPeSize, bool isFileLayout, IntPtr inMemoryPdbAddress, int inMemoryPdbSize, int methodToken, int ilOffset, out string sourceFile, out int sourceLine, out int sourceColumn) |
Private Member Functions | |
| void IDisposable. | Dispose () |
| MetadataReader | TryGetReader (Assembly assembly, string assemblyPath, IntPtr loadedPeAddress, int loadedPeSize, bool isFileLayout, IntPtr inMemoryPdbAddress, int inMemoryPdbSize) |
Static Private Member Functions | |
| static unsafe MetadataReaderProvider | TryOpenReaderForInMemoryPdb (IntPtr inMemoryPdbAddress, int inMemoryPdbSize) |
| static unsafe PEReader | TryGetPEReader (string assemblyPath, IntPtr loadedPeAddress, int loadedPeSize, bool isFileLayout) |
| static MetadataReaderProvider | TryOpenReaderFromAssemblyFile (string assemblyPath, IntPtr loadedPeAddress, int loadedPeSize, bool isFileLayout) |
| static Stream | TryOpenFile (string path) |
Private Attributes | |
| readonly ConditionalWeakTable< Assembly, MetadataReaderProvider > | _metadataCache |
Definition at line 11 of file StackTraceSymbols.cs.