Utils.MethodToString(MethodBase) 方法

定义

返回Visual Basic方法签名。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 static System::String ^ MethodToString(System::Reflection::MethodBase ^ Method);
public static string MethodToString(System.Reflection.MethodBase Method);
static member MethodToString : System.Reflection.MethodBase -> string
Public Function MethodToString (Method As MethodBase) As String
Public Shared Function MethodToString (Method As MethodBase) As String

参数

Method
MethodBase

要为其返回Visual Basic方法签名的 MethodBase 对象。

返回

提供的 MethodBase 对象的Visual Basic方法签名。

注解

此类支持 Visual Basic 编译器,不打算直接从代码使用。

适用于