The methods of the Crc class are listed below. For a complete list of Crc class members, see the Crc Members topic.
Custom | Overloaded. Creates a custom CRC calculator. |
Begin | Returns the initial value of the CRC. Begin the computation using this value. |
Compute | Overloaded. Computes a CRC from a byte array. |
End | Finishes the CRC computation. An exclusive OR is done between the current CRC value and the post-invert bit mask. |
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
Next | Overloaded. Sends 8 bits through the CRC. |
Resume | Undoes the End operation. An exclusive OR is done between the final CRC value and the post-invert bit mask. |
ToString (inherited from Object) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |