TypeExtensions.GetMethods Метод

Определение

Перегрузки

GetMethods(Type)
GetMethods(Type, BindingFlags)

GetMethods(Type)

Исходный код:
TypeExtensions.cs
Исходный код:
TypeExtensions.cs
Исходный код:
TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
 static cli::array <System::Reflection::MethodInfo ^> ^ GetMethods(Type ^ type);
public static System.Reflection.MethodInfo[] GetMethods (this Type type);
static member GetMethods : Type -> System.Reflection.MethodInfo[]
<Extension()>
Public Function GetMethods (type As Type) As MethodInfo()

Параметры

type
Type

Возвращаемое значение

Применяется к

GetMethods(Type, BindingFlags)

Исходный код:
TypeExtensions.cs
Исходный код:
TypeExtensions.cs
Исходный код:
TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
 static cli::array <System::Reflection::MethodInfo ^> ^ GetMethods(Type ^ type, System::Reflection::BindingFlags bindingAttr);
public static System.Reflection.MethodInfo[] GetMethods (this Type type, System.Reflection.BindingFlags bindingAttr);
static member GetMethods : Type * System.Reflection.BindingFlags -> System.Reflection.MethodInfo[]
<Extension()>
Public Function GetMethods (type As Type, bindingAttr As BindingFlags) As MethodInfo()

Параметры

type
Type
bindingAttr
BindingFlags

Возвращаемое значение

Применяется к