LocationInfo Methods |
The LocationInfo type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides Object.Equals(Object).) | |
Equals(LocationInfo) | Indicates whether the current object is equal to another object of the same type. | |
GetHashCode | Serves as the default hash function. (Overrides Object.GetHashCode().) | |
GetValue(Object) |
Returns the value of the field or property represented by the current object.
| |
GetValue(Object, Object[]) |
Returns the value of the field or property represented by the current object
with optional index values for indexed properties.
| |
SetValue(Object, Object) |
Sets the value of the field or property represented by the current object to a given value.
| |
SetValue(Object, Object, Object[]) |
Sets the value of the field or property represented by the current object to a given value
with optional index values for indexed properties.
| |
ToLocationInfo | ||
ToLocationInfoArray(ICollection<FieldInfo>) |
Converts a collection of FieldInfo into an array of LocationInfo.
| |
ToLocationInfoArray(ICollection<ParameterInfo>) |
Converts a collection of ParameterInfo into an array of LocationInfo.
| |
ToLocationInfoArray(ICollection<PropertyInfo>) |
Converts a collection of PropertyInfo into an array of LocationInfo.
| |
ToString | Returns a string that represents the current object. (Overrides Object.ToString().) |