TypeExtensions.GetFields Methode

Definition

Überlädt

GetFields(Type)
GetFields(Type, BindingFlags)

GetFields(Type)

Quelle:
TypeExtensions.cs
Quelle:
TypeExtensions.cs
Quelle:
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()

Parameter

type
Type

Gibt zurück

Gilt für:

GetFields(Type, BindingFlags)

Quelle:
TypeExtensions.cs
Quelle:
TypeExtensions.cs
Quelle:
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()

Parameter

type
Type
bindingAttr
BindingFlags

Gibt zurück

Gilt für: