Utils.MethodToString(MethodBase) Metódus

Definíció

Egy Visual Basic metódus-aláírást ad vissza.

Ez az API a termékinfrastruktúrát támogatja, és közvetlenül a kódból nem használható.

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

Paraméterek

Method
MethodBase

Egy MethodBase objektum, amely egy Visual Basic metódus aláírását adja vissza.

Válaszok

A megadott MethodBase objektum Visual Basic metódusa.

Megjegyzések

Ez az osztály támogatja a Visual Basic fordítót, és nem közvetlenül a kódból való használatra szolgál.

A következőre érvényes: