Partilhar via


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

Definição

Importante

Esta API não está em conformidade com 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

Retornos

Atributos

Aplica-se a