DebugDirectoryBuilder.AddPdbChecksumEntry Method
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.
Adds PDB checksum entry.
public:
void AddPdbChecksumEntry(System::String ^ algorithmName, System::Collections::Immutable::ImmutableArray<System::Byte> checksum);
public void AddPdbChecksumEntry (string algorithmName, System.Collections.Immutable.ImmutableArray<byte> checksum);
member this.AddPdbChecksumEntry : string * System.Collections.Immutable.ImmutableArray<byte> -> unit
Public Sub AddPdbChecksumEntry (algorithmName As String, checksum As ImmutableArray(Of Byte))
Parameters
- algorithmName
- String
The hash algorithm name (for example, "SHA256").
- checksum
- ImmutableArray<Byte>
The checksum.
Exceptions
algorithmName
or checksum
is null
.
algorithmName
or checksum
is empty.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.