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