PdbLib/PdbServer/PdbPaeser/EnumSourceFilesCallback.cs

9 lines
208 B
C#
Raw Permalink Normal View History

2025-06-05 10:51:52 +08:00
using System;
namespace Zodiacon.DebugHelp
{
// Token: 0x02000010 RID: 16
// (Invoke) Token: 0x0600004D RID: 77
internal delegate bool EnumSourceFilesCallback(SOURCEFILE sourceFile, IntPtr context);
}