TypeExtensions.GetFields メソッド

定義

オーバーロード

GetFields(Type)
GetFields(Type, BindingFlags)

GetFields(Type)

ソース:
TypeExtensions.cs
ソース:
TypeExtensions.cs
ソース:
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()

パラメーター

type
Type

戻り値

適用対象

GetFields(Type, BindingFlags)

ソース:
TypeExtensions.cs
ソース:
TypeExtensions.cs
ソース:
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()

パラメーター

type
Type
bindingAttr
BindingFlags

戻り値

適用対象