TypeExtensions.GetFields Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| GetFields(Type) | |
| GetFields(Type, BindingFlags) |
GetFields(Type)
- Bron:
- TypeExtensions.cs
- Bron:
- TypeExtensions.cs
- Bron:
- TypeExtensions.cs
- Bron:
- TypeExtensions.cs
- Bron:
- 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()
Parameters
- type
- Type
Retouren
Van toepassing op
GetFields(Type, BindingFlags)
- Bron:
- TypeExtensions.cs
- Bron:
- TypeExtensions.cs
- Bron:
- TypeExtensions.cs
- Bron:
- TypeExtensions.cs
- Bron:
- 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()
Parameters
- type
- Type
- bindingAttr
- BindingFlags