TypeExtensions.GetMethods Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GetMethods(Type)
- Origine:
- TypeExtensions.cs
- Origine:
- TypeExtensions.cs
- Origine:
- TypeExtensions.cs
public:
static cli::array <System::Reflection::MethodInfo ^> ^ GetMethods(Type ^ type);
public static System.Reflection.MethodInfo[] GetMethods(Type type);
static member GetMethods : Type -> System.Reflection.MethodInfo[]
Public Shared Function GetMethods (type As Type) As MethodInfo()
Parametri
- type
- Type
Restituisce
Si applica a
GetMethods(Type, BindingFlags)
- Origine:
- TypeExtensions.cs
- Origine:
- TypeExtensions.cs
- Origine:
- TypeExtensions.cs
public:
static cli::array <System::Reflection::MethodInfo ^> ^ GetMethods(Type ^ type, System::Reflection::BindingFlags bindingAttr);
public static System.Reflection.MethodInfo[] GetMethods(Type type, System.Reflection.BindingFlags bindingAttr);
static member GetMethods : Type * System.Reflection.BindingFlags -> System.Reflection.MethodInfo[]
Public Shared Function GetMethods (type As Type, bindingAttr As BindingFlags) As MethodInfo()
Parametri
- type
- Type
- bindingAttr
- BindingFlags