Condividi tramite


Utils.MethodToString(MethodBase) Metodo

Definizione

Restituisce una firma del metodo di 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 il quale restituire una firma del metodo di Visual Basic.

Restituisce

Firma del metodo di 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