Crc32 Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Crc32() |
Initializes a new instance of the Crc32 class. |
| Crc32(Crc32ParameterSet) |
Crc32(Crc32ParameterSet)
- Source:
- Crc32.cs
public:
Crc32(System::IO::Hashing::Crc32ParameterSet ^ parameterSet);
public Crc32(System.IO.Hashing.Crc32ParameterSet parameterSet);
new System.IO.Hashing.Crc32 : System.IO.Hashing.Crc32ParameterSet -> System.IO.Hashing.Crc32
Public Sub New (parameterSet As Crc32ParameterSet)
Parameters
- parameterSet
- Crc32ParameterSet