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 编译器,不应直接从代码中使用。

适用于