Class GenDCContainerHeader
GenDC container header. Extends GenDCContainerHeaderBase with an array of component offsets.
Implements
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class GenDCContainerHeader : GenDCContainerHeaderBase, IDisposable
Constructors
View SourceGenDCContainerHeader()
Declaration
public GenDCContainerHeader()
Properties
View SourceComponentOffsets
Array of byte offsets from the start of the container to each component header.
Declaration
public SWIGTYPE_p_long_long ComponentOffsets { 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 |