RuntimeReflectionExtensions.GetRuntimeProperties(Type) メソッド

定義

指定した型で定義されるすべてのプロパティを表すコレクションを取得します。

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

パラメーター

type
Type

プロパティを含む型。

戻り値

指定した種類のプロパティのコレクション。

例外

typenullです。

注釈

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

適用対象

こちらもご覧ください