Overload List
| Name | Description | |
|---|---|---|
| GetField(String) | 
            Gets the value of a non-public field (member variable) of the managed type.
              | |
| GetField(Object, String) | 
            Gets the value of a non-public field (member variable) of an instance.
              | |
| GetField(Type, String) | 
            Gets the value of a non-public static field (member variable) of a type.
              | 
See Also