TypeExtensions.GetFields Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| GetFields(Type) | |
| GetFields(Type, BindingFlags) |
GetFields(Type)
- Origem:
- TypeExtensions.cs
- Origem:
- TypeExtensions.cs
- Origem:
- TypeExtensions.cs
- Origem:
- TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static cli::array <System::Reflection::FieldInfo ^> ^ GetFields(Type ^ type);
public static System.Reflection.FieldInfo[] GetFields(this Type type);
static member GetFields : Type -> System.Reflection.FieldInfo[]
<Extension()>
Public Function GetFields (type As Type) As FieldInfo()
Parâmetros
- type
- Type
Retornos
Aplica-se a
GetFields(Type, BindingFlags)
- Origem:
- TypeExtensions.cs
- Origem:
- TypeExtensions.cs
- Origem:
- TypeExtensions.cs
- Origem:
- TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static cli::array <System::Reflection::FieldInfo ^> ^ GetFields(Type ^ type, System::Reflection::BindingFlags bindingAttr);
public static System.Reflection.FieldInfo[] GetFields(this Type type, System.Reflection.BindingFlags bindingAttr);
static member GetFields : Type * System.Reflection.BindingFlags -> System.Reflection.FieldInfo[]
<Extension()>
Public Function GetFields (type As Type, bindingAttr As BindingFlags) As FieldInfo()
Parâmetros
- type
- Type
- bindingAttr
- BindingFlags