SysHelper.GetMethodName Method

HD.Common

SysHelperGetMethodName Method Helper帮助文档
获取指定调用层级的方法名

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string GetMethodName(
	int level
)
Public Shared Function GetMethodName ( 
	level As Integer
) As String
public:
static String^ GetMethodName(
	int level
)
static member GetMethodName : 
        level : int -> string 

Parameters

level
Type: SystemInt32
调用的层数

Return Value

Type: String

[Missing <returns> documentation for "M:HD.Common.SysHelper.GetMethodName(System.Int32)"]

See Also

Reference