FileValue Methods |
The FileValue type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from ParameterValue.) | |
| Equals(ParameterValue) | Indicates whether the current object is equal to another object of the same type. (Overrides ParameterValueEquals(ParameterValue).) | |
| GetFileName |
Gets the file name on disk.
| |
| GetHashCode | Serves as the default hash function. (Overrides ParameterValueGetHashCode.) | |
| IsValid |
Determines whether the file value is valid.
| |
| ReadFile |
Gets a stream for reading the contents of the file.
| |
| Resolve |
Resolves the tokens in this parameter value.
(Inherited from ParameterValue.) | |
| Resolve(IHierarchy) |
Resolves the tokens in this parameter value.
(Inherited from ParameterValue.) | |
| TransferValue |
Transfers the current value to a different parameter.
(Inherited from ParameterValue.) |