Represents a protocol independent interface representation of any kind of ICommandFrame cell.
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
public interface ICommandCell : IChannelCell, IChannel, ISupportBinaryImage, ISerializable
Public Interface ICommandCell _ Inherits IChannelCell, IChannel, ISupportBinaryImage, ISerializable
public interface class ICommandCell : IChannelCell, IChannel, ISupportBinaryImage, ISerializable
 Members
 Members| All Members | Methods | Properties | |||
| Icon | Member | Description | 
|---|---|---|
|  | Attributes | 
            Gets a Dictionary<(Of <(<'TKey, TValue>)>)> of string based property names and values for this IChannel object.
            (Inherited from IChannel.) | 
|  | BinaryImage()()()() | (Inherited from ISupportBinaryImage.) | 
|  | BinaryLength()()()() | (Inherited from ISupportBinaryImage.) | 
|  | CopyImage(ISupportBinaryImage, array<Byte>[]()[][], Int32%) | 
            This is a common optimized block copy function for any kind of data.
            (Inherited from Common.) | 
|  | ExtendedDataByte | 
            Gets or sets extended data Byte that represents this ICommandCell.
             | 
|  | GetObjectData(SerializationInfo, StreamingContext) | 
                    Populates a SerializationInfo with the data needed to serialize the target object.
                (Inherited from ISerializable.) | 
|  | IDCode | 
            Gets the numeric ID code for this IChannelCell.
            (Inherited from IChannelCell.) | 
|  | Initialize(array<Byte>[]()[][], Int32, Int32) | (Inherited from ISupportBinaryImage.) | 
|  | Parent | 
            Gets a reference to the parent ICommandFrame for this ICommandCell.
             | 
|  | Parent | 
            Gets a reference to the parent IChannelFrame for this IChannelCell.
            (Inherited from IChannelCell.) | 
|  | State | 
            Gets or sets the parsing state for the this ChannelCellBase.
            (Inherited from IChannelCell.) | 
|  | State | 
            Gets or sets the parsing state for this IChannel object.
            (Inherited from IChannel.) | 
|  | Tag | 
            Gets or sets a user definable reference to an object associated with this IChannel object.
            (Inherited from IChannel.) |