JohnBaracuda / com.baracuda.runtime-monitoring

Runtime Monitoring is an easy way for you to monitor the value or state of custom C# members during runtime. Just add the 'Monitor' attribute to a field, property, event, method or even class and get its value or state displayed automatically in a customizable and extendable debug UI.
MIT License
413 stars 22 forks source link

How to just get the actual value? as a string #26

Closed XeonG closed 6 months ago

XeonG commented 8 months ago

without any formatting when making a new ui override?

JohnBaracuda commented 6 months ago

Added IMonitorHandle.GetValueAsObject() in 3.6.0 to get a monitored object without any formattig.

XeonG commented 6 months ago

cool thanks, bit ages since I last looked at the code to know what I was doing with wanting this now.. .but hopefully will find it again

JohnBaracuda commented 6 months ago

Glad I could help even after the long radio silence :)