次の方法で共有


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

適用対象