Background When programming tracking the current class/method can be helpful. Also, capturing the Stack Trace can also be informative. C# Current Class Current Method StackTrace Output Vb.Net Current Class Current Method StackTrace Output Source Code .Net Fiddle C# Link Vb.Net Link Summary This post ended up being a lot of fun. Comparing … Continue reading .Net – Reflection
.Net – Reflection
Daniel Adeniji
.Net ( Microsoft ), Anders Hejlsberg ( Software Engineer ), Class ( Namespace – System.Diagnostics ), GetCurrentMethod ( System.Reflection.MethodBase ), MethodBase ( Namespace - System.Reflection - Class ), Microsoft, System.Diagnostics ( Namespace ), System.Diagnostics.StackFrame ( Namespace - System.Diagnostics - Class ), System.Diagnostics.StackTrace ( Namespace - System.Diagnostics - Class ), System.Reflection ( .Net Framework - Namespace ), Technical
You must be logged in to post a comment.