TypeExtensions.GetMethod Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
GetMethod(Type, String) | |
GetMethod(Type, String, BindingFlags) | |
GetMethod(Type, String, Type[]) |
GetMethod(Type, String)
- Źródło:
- TypeExtensions.cs
- Źródło:
- TypeExtensions.cs
- Źródło:
- TypeExtensions.cs
public:
static System::Reflection::MethodInfo ^ GetMethod(Type ^ type, System::String ^ name);
public static System.Reflection.MethodInfo GetMethod (Type type, string name);
static member GetMethod : Type * string -> System.Reflection.MethodInfo
Public Shared Function GetMethod (type As Type, name As String) As MethodInfo
Parametry
- type
- Type
- name
- String
Zwraca
Dotyczy
GetMethod(Type, String, BindingFlags)
- Źródło:
- TypeExtensions.cs
- Źródło:
- TypeExtensions.cs
- Źródło:
- TypeExtensions.cs
public:
static System::Reflection::MethodInfo ^ GetMethod(Type ^ type, System::String ^ name, System::Reflection::BindingFlags bindingAttr);
public static System.Reflection.MethodInfo GetMethod (Type type, string name, System.Reflection.BindingFlags bindingAttr);
static member GetMethod : Type * string * System.Reflection.BindingFlags -> System.Reflection.MethodInfo
Public Shared Function GetMethod (type As Type, name As String, bindingAttr As BindingFlags) As MethodInfo
Parametry
- type
- Type
- name
- String
- bindingAttr
- BindingFlags
Zwraca
Dotyczy
GetMethod(Type, String, Type[])
- Źródło:
- TypeExtensions.cs
- Źródło:
- TypeExtensions.cs
- Źródło:
- TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static System::Reflection::MethodInfo ^ GetMethod(Type ^ type, System::String ^ name, cli::array <Type ^> ^ types);
public static System.Reflection.MethodInfo GetMethod (this Type type, string name, Type[] types);
public static System.Reflection.MethodInfo? GetMethod (this Type type, string name, Type[] types);
static member GetMethod : Type * string * Type[] -> System.Reflection.MethodInfo
<Extension()>
Public Function GetMethod (type As Type, name As String, types As Type()) As MethodInfo
Parametry
- type
- Type
- name
- String
- types
- Type[]
Zwraca
Dotyczy
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.