EPATHEPath |
public sealed class EPathIterator : IEnumerator, IDisposable, IEnumerable
The EPATHEPathIterator type exposes the following members.
| Name | Description | |
|---|---|---|
| EPATHEPathIterator(EPATH) | Constructs an EPATH reader. | |
| EPATHEPathIterator(IEnumerableEPATHSegment) | Constructs an EPATH reader. | |
| EPATHEPathIterator(IEnumeratorEPATHSegment) | Constructs an EPATH reader. |
| Name | Description | |
|---|---|---|
| MoveNext | Step through a multi-path EPATH. | |
| Next | Step through a multi-path EPATH returning the current logical path, or null if there are no more. | |
| ParseClassAndInstance | Iterate to the next logical path, and match a single Class/InstanceId pair. |