RuntimeReflectionExtensions.GetRuntimeProperties(Type) Metoda

Definice

Načte kolekci, která představuje všechny vlastnosti definované na zadaném typu.

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)

Parametry

type
Type

Typ, který obsahuje vlastnosti.

Návraty

Kolekce vlastností pro zadaný typ.

Výjimky

type je null.

Poznámky

Tato metoda vrátí všechny vlastnosti definované na zadaném typu, včetně zděděných, neveřejných, instance a statických vlastností.

Platí pro

Viz také