I am using the Microsoft-Windows-COMRuntime provider to trace COM calls. This gives me information about the duration of a COM call, but also the target interface (Field 7) and target MethodID (Field 6).
I can find the GUID from the interface in the registry, but how do I translate the Method ID into a Method Name?