EN
Ce contenu n’est pas disponible dans votre langue. Voici la version anglaise.
Module.GetField Method (String)
May 02, 2013
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. |