EPATH Class |
public sealed class EPATH : ICloneable
The EPATH type exposes the following members.
| Name | Description | |
|---|---|---|
| EPATH(Boolean) | Construct an empty (padded) EPATH. | |
| EPATH(Boolean, BufferSegment) | Construct a new (padded) EPATH from a buffer. |
| Name | Description | |
|---|---|---|
| Buffer | The raw data. | |
| LengthBytes | Length of EPATH data in bytes. | |
| LengthWords | Length of EPATH data in words. |
| Name | Description | |
|---|---|---|
| ParseClassAndInstance | Match a single Class/InstanceId pair. |