Utils.MethodToString(MethodBase) Metod

Definition

Returnerar en Visual Basic-metodsignatur.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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

Parametrar

Method
MethodBase

Ett MethodBase objekt att returnera en Visual Basic metodsignatur för.

Returer

Visual Basic-metodsignaturen för det angivna objektet MethodBase.

Kommentarer

Den här klassen stöder Visual Basic-kompilatorn och är inte avsedd att användas direkt från koden.

Gäller för