LocationInfo Properties |
The LocationInfo type exposes the following members.
Name | Description | |
---|---|---|
DeclaringType |
Gets the declaring type of the underlying field, property, parameter, or return value.
| |
FieldInfo |
Gets the underlying FieldInfo,
or null if the underlying code element is not a field.
| |
IsStatic |
Determines whether the underlying field or property is static.
| |
LocationKind | ||
LocationType |
Gets the type of values that can be stored in the location.
| |
MemberInfo |
Gets the underlying MemberInfo,
or null if the underlying code element is not a field or a property.
| |
Name |
Gets the name of the underlying field, property, parameter, or return value.
| |
ParameterInfo |
Gets the underlying ParameterInfo,
or null if the underlying code element is not a parameter.
| |
PropertyInfo |
Gets the underlying PropertyInfo,
or null if the underlying code element is not a property.
|