TypeExtensions.GetMethods メソッド

定義

オーバーロード

GetMethods(Type)
GetMethods(Type, BindingFlags)

GetMethods(Type)

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)

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

戻り値

適用対象