メソッド内で、下記のように「System.Reflection.MethodBase.GetCurrentMethod.Name」を使用すると、そのメソッド名を出力できます。
【C#】System.Diagnostics.Debug.Print(System.Reflection.MethodBase.GetCurrentMethod().Name);
【Visual Bsic.Net】Debug.Print(System.Reflection.MethodBase.GetCurrentMethod.Name)
例)ボタンを押されたらメソッド名を出力する(C#)
[画面]
[コード]
結果、出力ウインドウにメソッドが表示されています
【動作確認環境】
OS :Windows10 Pro 20H2
Visual Studio :2019
.Net Framework:4.8