TypeExtensions.GetFields Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
GetFields(Type) | |
GetFields(Type, BindingFlags) |
GetFields(Type)
- Zdroj:
- TypeExtensions.cs
- Zdroj:
- TypeExtensions.cs
- Zdroj:
- 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()
Parametry
- type
- Type
Návraty
Platí pro
GetFields(Type, BindingFlags)
- Zdroj:
- TypeExtensions.cs
- Zdroj:
- TypeExtensions.cs
- Zdroj:
- 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()
Parametry
- type
- Type
- bindingAttr
- BindingFlags
Návraty
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.