TypeExtensions.GetMethod メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetMethod(Type, String) | |
GetMethod(Type, String, BindingFlags) | |
GetMethod(Type, String, Type[]) |
GetMethod(Type, String)
public:
[System::Runtime::CompilerServices::Extension]
static System::Reflection::MethodInfo ^ GetMethod(Type ^ type, System::String ^ name);
public static System.Reflection.MethodInfo GetMethod (this Type type, string name);
public static System.Reflection.MethodInfo? GetMethod (this Type type, string name);
static member GetMethod : Type * string -> System.Reflection.MethodInfo
<Extension()>
Public Function GetMethod (type As Type, name As String) As MethodInfo
パラメーター
- type
- Type
- name
- String
戻り値
適用対象
GetMethod(Type, String, BindingFlags)
public:
[System::Runtime::CompilerServices::Extension]
static System::Reflection::MethodInfo ^ GetMethod(Type ^ type, System::String ^ name, System::Reflection::BindingFlags bindingAttr);
public static System.Reflection.MethodInfo GetMethod (this Type type, string name, System.Reflection.BindingFlags bindingAttr);
public static System.Reflection.MethodInfo? GetMethod (this Type type, string name, System.Reflection.BindingFlags bindingAttr);
static member GetMethod : Type * string * System.Reflection.BindingFlags -> System.Reflection.MethodInfo
<Extension()>
Public Function GetMethod (type As Type, name As String, bindingAttr As BindingFlags) As MethodInfo
パラメーター
- type
- Type
- name
- String
- bindingAttr
- BindingFlags
戻り値
適用対象
GetMethod(Type, String, Type[])
public:
static System::Reflection::MethodInfo ^ GetMethod(Type ^ type, System::String ^ name, cli::array <Type ^> ^ types);
public static System.Reflection.MethodInfo GetMethod (Type type, string name, Type[] types);
static member GetMethod : Type * string * Type[] -> System.Reflection.MethodInfo
Public Shared Function GetMethod (type As Type, name As String, types As Type()) As MethodInfo
パラメーター
- type
- Type
- name
- String
- types
- Type[]
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET