Represents the protocol independent common implementation of an element of header data for cells in a IHeaderFrame.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class HeaderCell : ChannelCellBase, IHeaderCell, IChannelCell, IChannel, ISupportBinaryImage, ISerializable
<SerializableAttribute> _ Public Class HeaderCell _ Inherits ChannelCellBase _ Implements IHeaderCell, IChannelCell, IChannel, ISupportBinaryImage, _ ISerializable
[SerializableAttribute] public ref class HeaderCell : public ChannelCellBase, IHeaderCell, IChannelCell, IChannel, ISupportBinaryImage, ISerializable
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| HeaderCell(IHeaderFrame, Byte) |
Creates a new HeaderCell from specified parameters.
| |
| HeaderCell(SerializationInfo, StreamingContext) |
Creates a new HeaderCell from serialization parameters.
| |
| Attributes | Dictionary<(Of <(<'TKey, TValue>)>)> of string based property names and values for the HeaderCell object.
(Overrides ChannelCellBase.Attributes.) | |
| BinaryImage()()()() | (Inherited from BinaryImageBase.) | |
| BinaryLength()()()() | (Inherited from BinaryImageBase.) | |
| BodyImage |
Gets the binary body image of the HeaderCell object.
(Overrides BinaryImageBase.BodyImage()()()().) | |
| BodyLength |
Gets the length of the BodyImage.
(Overrides BinaryImageBase.BodyLength()()()().) | |
| Character |
Gets or sets ASCII character as a Byte that represents this HeaderCell.
| |
| CopyImage(ISupportBinaryImage, array<Byte>[]()[][], Int32%) |
This is a common optimized block copy function for any kind of data.
(Inherited from Common.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| FooterImage()()()() | (Inherited from BinaryImageBase.) | |
| FooterLength()()()() | (Inherited from BinaryImageBase.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetObjectData(SerializationInfo, StreamingContext) |
Populates a SerializationInfo with the data needed to serialize the target object.
(Overrides ChannelCellBase.GetObjectData(SerializationInfo, StreamingContext).) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| HeaderImage()()()() | (Inherited from BinaryImageBase.) | |
| HeaderLength()()()() | (Inherited from BinaryImageBase.) | |
| IDCode |
Gets or sets the numeric ID code for this ChannelCellBase.
(Inherited from ChannelCellBase.) | |
| Initialize(array<Byte>[]()[][], Int32, Int32) | (Inherited from BinaryImageBase.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Parent |
Gets or sets a reference to the parent ICommandFrame for this HeaderCell.
| |
| ParseBodyImage(array<Byte>[]()[][], Int32, Int32) |
Parses the binary body image.
(Overrides BinaryImageBase.ParseBodyImage(array<Byte>[]()[][], Int32, Int32).) | |
| ParseFooterImage(array<Byte>[]()[][], Int32, Int32) | (Inherited from BinaryImageBase.) | |
| ParseHeaderImage(array<Byte>[]()[][], Int32, Int32) | (Inherited from BinaryImageBase.) | |
| State |
Gets or sets the parsing state for the this ChannelCellBase.
(Inherited from ChannelCellBase.) | |
| Tag |
Gets or sets a user definable reference to an object associated with this ChannelBase object.
(Inherited from ChannelBase.) | |
| ToString()()()() |
Gets the string respresentation of this ChannelCellBase.
(Inherited from ChannelCellBase.) |
| Object | ||||
| BinaryImageBase | ||||
| ChannelBase | ||||
| ChannelCellBase | ||||
| HeaderCell | ||||