Sdílet prostřednictvím


TypedArray.GetFields(BindingFlags) Metoda

Definice

Získá pole FieldInfo objektů, které odpovídají všem polím Array typu třídy.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

public:
 virtual cli::array <System::Reflection::FieldInfo ^> ^ GetFields(System::Reflection::BindingFlags bindingAttr);
public System.Reflection.FieldInfo[] GetFields (System.Reflection.BindingFlags bindingAttr);
abstract member GetFields : System.Reflection.BindingFlags -> System.Reflection.FieldInfo[]
override this.GetFields : System.Reflection.BindingFlags -> System.Reflection.FieldInfo[]
Public Function GetFields (bindingAttr As BindingFlags) As FieldInfo()

Parametry

bindingAttr
BindingFlags

Bitové kombinace hodnot výčtu, která určuje způsob, jakým je vyhledávání členů prováděno reflexí.

Návraty

Pole objektů, která obsahuje všechna pole Array typu třídy.

Implementuje

Platí pro

Viz také