Utils.MethodToString(MethodBase) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回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 编译器,不打算直接从代码使用。