Interface ICorDebugModule NamespaceMicrosoft.Samples.Debugging.CorDebug.NativeApi Assemblyraw.dll [InterfaceType(1)] [Guid("DBA2D8C1-E5C5-4069-8C13-10A7C6ABF43D")] public interface ICorDebugModule Methods CreateBreakpoint(out ICorDebugModuleBreakpoint) EnableClassLoadCallbacks(int) EnableJITDebugging(int, int) GetAssembly(out ICorDebugAssembly) GetBaseAddress(out ulong) GetClassFromToken(uint, out ICorDebugClass) GetEditAndContinueSnapshot(out ICorDebugEditAndContinueSnapshot) GetFunctionFromRVA(ulong, out ICorDebugFunction) GetFunctionFromToken(uint, out ICorDebugFunction) GetGlobalVariableValue(uint, out ICorDebugValue) GetMetaDataInterface(ref Guid, out IMetadataImport) GetName(uint, out uint, char[]) GetProcess(out ICorDebugProcess) GetSize(out uint) GetToken(out uint) IsDynamic(out int) IsInMemory(out int)