Utils.MethodToString(MethodBase) Metodo

Definizione

Restituisce una firma del metodo Visual Basic.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

Method
MethodBase

Oggetto MethodBase per restituire una firma del metodo Visual Basic.

Valori restituiti

Firma del metodo Visual Basic per l'oggetto MethodBase fornito.

Commenti

Questa classe supporta il compilatore Visual Basic e non deve essere usata direttamente dal codice.

Si applica a