Click or drag to resize

ChannelFrameBaseT Methods

The ChannelFrameBaseT type exposes the following members.

Methods
  Name Description
Protected method AppendChecksum Appends checksum onto buffer starting at startIndex.
Protected method CalculateChecksum Calculates checksum of given buffer.
Protected method ChecksumIsValid Determines if checksum in the buffer is valid.
Public method CompareTo(IFrame) Compares the ChannelFrameBaseT with an IFrame.
Public method CompareTo(Object) Compares the ChannelFrameBaseT with the specified Object.
Public method Equals(IFrame) Determines whether the specified IFrame is equal to the current ChannelFrameBaseT.
Public method Equals(Object) Determines whether the specified Object is equal to the current ChannelFrameBaseT.
(Overrides ObjectEquals(Object))
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public method GenerateBinaryImage Generates binary image of the object and copies it into the given buffer, for BinaryLength bytes.
(Inherited from ChannelBase)
Protected method GenerateBodyImage Generates the binary body image and copies it into the given buffer, for BodyLength bytes.
(Inherited from BinaryImageBase)
Protected method GenerateFooterImage Generates the binary footer image and copies it into the given buffer, for FooterLength bytes.
(Inherited from BinaryImageBase)
Protected method GenerateHeaderImage Generates the binary header image and copies it into the given buffer, for HeaderLength bytes.
(Inherited from BinaryImageBase)
Public method GetHashCode Returns the hash code for this instance.
(Overrides ObjectGetHashCode)
Public method GetObjectData Populates a SerializationInfo with the data needed to serialize the target object.
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method ParseBinaryImage Parses the binary image.
(Overrides BinaryImageBaseParseBinaryImage(Byte, Int32, Int32))
Protected method ParseBodyImage Parses the binary body image.
(Overrides BinaryImageBaseParseBodyImage(Byte, Int32, Int32))
Protected method ParseFooterImage Parses the binary footer image.
(Inherited from BinaryImageBase)
Protected method ParseHeaderImage Parses the binary header image.
(Inherited from BinaryImageBase)
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
  Name Description
Public Extension Method BinaryImage Returns a binary image of an object that implements ISupportBinaryImage.
(Defined by ISupportBinaryImageExtensions)
Public Extension Method CopyBinaryImageToStream Copies binary image of object that implements ISupportBinaryImage to a Stream.
(Defined by ISupportBinaryImageExtensions)
Public Extension Method CopyImage This is a common optimized block copy function for any kind of data.
(Defined by Common)
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method ParseBinaryImageFromStream Parses binary image of object that implements ISupportBinaryImage from a Stream.
(Defined by ISupportBinaryImageExtensions)
Top
See Also