AccessibleObject.IReflect.GetFields(BindingFlags) 方法
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得對應到目前類別的所有欄位之 FieldInfo 物件陣列。 如需這個成員的說明,請參閱 GetFields(BindingFlags)。
virtual cli::array <System::Reflection::FieldInfo ^> ^ System.Reflection.IReflect.GetFields(System::Reflection::BindingFlags bindingAttr) = System::Reflection::IReflect::GetFields;
C#
System.Reflection.FieldInfo[] IReflect.GetFields (System.Reflection.BindingFlags bindingAttr);
abstract member System.Reflection.IReflect.GetFields : System.Reflection.BindingFlags -> System.Reflection.FieldInfo[]
override this.System.Reflection.IReflect.GetFields : System.Reflection.BindingFlags -> System.Reflection.FieldInfo[]
Function GetFields (bindingAttr As BindingFlags) As FieldInfo() Implements IReflect.GetFields
- bindingAttr
- BindingFlags
繫結屬性,用來控制搜尋。
FieldInfo 物件陣列,包含符合 bindingAttr
中所指定搜尋條件約束的這個反映物件所有欄位資訊。
每個欄位都必須有唯一的名稱。 旗 BindingFlags.NonPublic 標會指定搜尋中包含非公用欄位。 旗 BindingFlags.Public 標會指定搜尋中包含公用欄位。
這個成員是明確介面成員實作, 只有在 AccessibleObject 執行個體轉換成 IReflect 介面時,才能使用這個成員。
產品 | 版本 |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 |
Windows Desktop | 3.0, 3.1, 5, 6, 7 |