| Ivi.Visa Namespace : ParseResult Class |
The following tables list the members exposed by ParseResult.
| Name | Description | |
|---|---|---|
![]() | ParseResult Constructor | Creates an instance of the ParseResult class from the supplied information. |
| Name | Description | |
|---|---|---|
![]() | AliasIfExists | Specifies the user-defined alias for the given resourcestring, if a VISA implementation allows aliases and an alias exists for the given resource string. |
![]() | ExpandedUnaliasedName | The expanded version of the given resource string. The format should be similar to the VISA-defined canonical resource name. |
![]() | InterfaceNumber | The interface number of the resource. |
![]() | InterfaceType | The interface type of the resource. |
![]() | OriginalResourceName | The original VISA resource name from which this set of parse results was created. |
![]() | ResourceClass | The session type of the resource. |
| Name | Description | |
|---|---|---|
![]() | Equals | Overloaded. Returns True iff the given object o is a ParseResult object equivalent to this object. Two ParseResult objects are equivalent if the ExpandedUnaliasedName for the two objects have the same value with their case ignored. |
![]() | GetHashCode | Returns a suitable Hash Code for this object. The Hash Code for two objects that are Equal must be the same. The Hash Code shouldn't change over the life of the object. |
Equality | Returns True iff the two ParseResult objects are equivalent. Two ParseResult objects are equivalent if the ExpandedUnaliasedName for the two objects have the same value with their case ignored. |
Inequality | Returns True iff the two ParseResult objects are not equivalent. Two ParseResult objects are equivalent if the ExpandedUnaliasedName for the two objects have the same value with their case ignored. |