Module.GetField Method (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the global field that has the specified name.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- name
- Type: System.String
The name of the global field.
Return Value
Type: System.Reflection.FieldInfoThe global field that has the specified name, or null if the field does not exist.
| Exception | Condition |
|---|---|
| ArgumentNullException | The name parameter is null. |
Show: