리눅스맨

how to get current function name in c#

※ 위 배너를 클릭하면 1달러에 (900원~1800원) 살 수 있는 가성비 레어템 많습니다.

how to get current function name in c#

1. Use the commands below.

 Console.WriteLine(string.Format("{0}", System.Reflection.MethodBase.GetCurrentMethod().Name));
System.Reflection.MethodBase.GetCurrentMethod().Name
You can check it in the console window.

게시됨

카테고리

작성자

태그: