Interface ICorDebugProcess2 NamespaceMicrosoft.Samples.Debugging.CorDebug.NativeApi Assemblyraw.dll [Guid("AD1B3588-0EF0-4744-A496-AA09A9F80371")] [InterfaceType(1)] public interface ICorDebugProcess2 Methods ClearUnmanagedBreakpoint(ulong) GetDesiredNGENCompilerFlags(out uint) GetReferenceValueFromGCHandle(IntPtr, out ICorDebugReferenceValue) GetThreadForTaskID(ulong, out ICorDebugThread2) GetVersion(out _COR_VERSION) SetDesiredNGENCompilerFlags(uint) SetUnmanagedBreakpoint(ulong, uint, byte[], out uint)