public bool GetSymbolFromName(string name, ref SymbolInfo symbol) { return(Win32.SymFromName(_hProcess, name, ref symbol)); }