Crc32ParameterSet.Create(UInt32, UInt32, UInt32, Boolean) Método

Definición

Importante

Esta API no es conforme a CLS.

public:
 static System::IO::Hashing::Crc32ParameterSet ^ Create(System::UInt32 polynomial, System::UInt32 initialValue, System::UInt32 finalXorValue, bool reflectValues);
[System.CLSCompliant(false)]
public static System.IO.Hashing.Crc32ParameterSet Create(uint polynomial, uint initialValue, uint finalXorValue, bool reflectValues);
[<System.CLSCompliant(false)>]
static member Create : uint32 * uint32 * uint32 * bool -> System.IO.Hashing.Crc32ParameterSet
Public Shared Function Create (polynomial As UInteger, initialValue As UInteger, finalXorValue As UInteger, reflectValues As Boolean) As Crc32ParameterSet

Parámetros

polynomial
UInt32
initialValue
UInt32
finalXorValue
UInt32
reflectValues
Boolean

Devoluciones

Atributos

Se aplica a