MemberInfo.GetCustomAttribute() return object[], but I need information about parameters which were used during creating this atribbute, & which ctor. I don't want use unmanaged API becouse allmost all code is written by managed reflection API. I know that during loading assembly the attributes are created and I suppose that any information about how was creating these attribute are losed. Any ideas? Is there only one possibilty : parsing PE file and reconstruate Tables, or use unmanaged API ( it is too much work :)
You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
