¡@

Home 

c# Programming Glossary: tracecall

How performant is StackFrame?

http://stackoverflow.com/questions/1348643/how-performant-is-stackframe

we were using an approach like public void DoSomething TraceCall MethodBase.GetCurrentMethod .Name Do Something public void TraceCall.. MethodBase.GetCurrentMethod .Name Do Something public void TraceCall string methodName if loggingEnabled return Log... TraceCall.. string methodName if loggingEnabled return Log... TraceCall MethodBase.GetCurrentMethod .Name It was simple but regardless..