The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
RuntimeReflectionExtensions::GetRuntimeFields Method (Type^)
.NET Framework (current version)
Retrieves a collection that represents all the fields defined on a specified type.
Assembly: mscorlib (in mscorlib.dll)
public: [ExtensionAttribute] static IEnumerable<FieldInfo^>^ GetRuntimeFields( Type^ type )
Parameters
- type
-
Type:
System::Type^
The type that contains the fields.
Return Value
Type: System.Collections.Generic::IEnumerable<FieldInfo^>^A collection of fields for the specified type.
This method returns all fields that are defined on the specified type, including inherited, non-public, instance, and static fields.
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: