I using ICorProfilerCallback to profile my application. In the function enter method I'm able to find the function name. But how should I find the function attributes and its values from the struct COR_PRF_FUNCTION_ARGUMENT_INFO
↧