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 コンパイラをサポートしており、コードから直接使用するためのものではありません。

適用対象