RuntimeReflectionExtensions.GetRuntimeProperties Method (Type)
.NET Framework (current version)
Retrieves a collection that represents all the properties defined on a specified type.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- type
-
Type:
System.Type
The type that contains the properties.
Return Value
Type: System.Collections.Generic.IEnumerable<PropertyInfo>A collection of properties for the specified type.
This method returns all properties defined on the specified type, including inherited, non-public, instance, and static properties.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: