Share via


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 컴파일러를 지원 하며 코드에서 직접 사용할 수 없습니다.

적용 대상