ZipArchiveEntry.Crc32 Propriedade
Definição
Importante
Esta API não está em conformidade com CLS.
A Verificação Redundante Cíclica de 32 bits.The 32-bit Cyclic Redundant Check.
public:
property System::UInt32 Crc32 { System::UInt32 get(); };
[System.CLSCompliant(false)]
public uint Crc32 { get; }
public uint Crc32 { get; }
[<System.CLSCompliant(false)>]
member this.Crc32 : uint32
member this.Crc32 : uint32
Public ReadOnly Property Crc32 As UInteger
Valor da propriedade
Um inteiro não assinado (4 bytes) que representa o campo CRC-32.An unsigned integer (4 bytes) representing the CRC-32 field.
- Atributos