RuntimeReflectionExtensions.GetRuntimeFields(Type) メソッド

定義

指定した型で定義されるすべてのフィールドを表すコレクションを取得します。

public:
[System::Runtime::CompilerServices::Extension]
 static System::Collections::Generic::IEnumerable<System::Reflection::FieldInfo ^> ^ GetRuntimeFields(Type ^ type);
public static System.Collections.Generic.IEnumerable<System.Reflection.FieldInfo> GetRuntimeFields (this Type type);
static member GetRuntimeFields : Type -> seq<System.Reflection.FieldInfo>
<Extension()>
Public Function GetRuntimeFields (type As Type) As IEnumerable(Of FieldInfo)

パラメーター

type
Type

フィールドを含む型。

戻り値

指定した種類のフィールドのコレクション。

例外

typenullです。

注釈

このメソッドは、継承、非パブリック、インスタンス、静的フィールドなど、指定した型で定義されているすべてのフィールドを返します。

適用対象

こちらもご覧ください