Beispiel #1
0
 public static string GetCurrentPropertyName()
 {
     return(StackFrameOperator.GetCurrentPropertyName());
 }
Beispiel #2
0
 public static void GetCurrentCodeInfo(out string filePath, out string fileLineNumber, out string methodSignature)
 {
     StackFrameOperator.GetCurrentCodeInfo(out filePath, out fileLineNumber, out methodSignature);
     return;
 }
Beispiel #3
0
 public static string GetCurrentMethodName()
 {
     return(StackFrameOperator.GetCurrentMethodName());
 }