Class GenDCComponentHeader
GenDC component header. Extends GenDCComponentHeaderBase with an array of part offsets.
Implements
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class GenDCComponentHeader : GenDCComponentHeaderBase, IDisposable
Constructors
View SourceGenDCComponentHeader()
Declaration
public GenDCComponentHeader()
Properties
View SourcePartOffsets
Array of byte offsets from the start of the container to each part header.
Declaration
public SWIGTYPE_p_long_long PartOffsets { get; set; }
Property Value
| Type | Description |
|---|---|
| SWIGTYPE_p_long_long |
Methods
View SourceDispose(bool)
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |