Click here to Skip to main content
15,887,453 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I have dll file. Not my own and this dll has different classes with int, float, bool values. I can`t rewrite classes stored in that dll, but i want to get an event if this value will change it`s value. So Is it possible?
Posted
Comments
Tomas Takac 17-Jan-15 3:07am    
I'm not sure I completely understand what you are after. But if those 3rd party classes don't implement such "value changed" events then you don't have other possibility than polling, which is really bad.
Alexey Gapon 17-Jan-15 3:26am    
Thank you. Yes you understand me completely. I thoght so (.
Tomas Takac 17-Jan-15 12:11pm    
Well if you are bold and the dll is not signed and licence doesn't forbid it you can decompile it to IL add those events then compile again. :)
LLLLGGGG 17-Jan-15 13:14pm    
Use dotPeek to decompile to C#...

;)

LG

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900