コード例 #1
0
ファイル: SymbolHandler.cs プロジェクト: FallenDev/Lunar-1
 internal SymbolHandler(Process process)
 {
     _pdbFilePath = DependencyManager.FindOrDownloadNtdllPdb(process).GetAwaiter().GetResult();
 }