RuntimeReflectionExtensions.GetRuntimeField Method (Type, String)
.NET Framework (current version)
Retrieves an object that represents a specified field.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- type
-
Type:
System.Type
The type that contains the field.
- name
-
Type:
System.String
The name of the field.
Return Value
Type: System.Reflection.FieldInfoAn object that represents the specified field, or null if the field is not found.
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: