TypeExtensions.GetMethods Methode

Definition

Überlädt

GetMethods(Type)
GetMethods(Type, BindingFlags)

GetMethods(Type)

Quelle:
TypeExtensions.cs
Quelle:
TypeExtensions.cs
Quelle:
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()

Parameter

type
Type

Gibt zurück

Gilt für:

GetMethods(Type, BindingFlags)

Quelle:
TypeExtensions.cs
Quelle:
TypeExtensions.cs
Quelle:
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()

Parameter

type
Type
bindingAttr
BindingFlags

Gibt zurück

Gilt für: