共用方式為


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 編譯程式,不適合直接從程式代碼使用。

適用於