When I open some .NET assembly using ILSpy - I can see the table method ( attached screenshot )
I need to find the method signature ( like on the screenshot ) from C++ code. I found that using the Interface ICorProfilerInfo8 and i can get information about the assembly but still I didn't find any way to get the method signature like the ilSpy do it ( I want to have the signature exactly like in the screenshot )
*to see the signature like i did - you need to move the mouse over the signature