AssemblyAlgorithmIdAttribute Konstruktorok

Definíció

Inicializálja a AssemblyAlgorithmIdAttribute osztály új példányát.

Túlterhelések

Name Description
AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm)

Inicializálja az AssemblyAlgorithmIdAttribute osztály új példányát a megadott kivonatoló algoritmussal a kivonatoló algoritmus egyik tagjával AssemblyHashAlgorithm .

AssemblyAlgorithmIdAttribute(UInt32)

Inicializálja az AssemblyAlgorithmIdAttribute osztály új példányát a megadott kivonatoló algoritmussal, egy aláíratlan egész számmal, amely a kivonatoló algoritmust jelöli.

AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm)

Forrás:
AssemblyAlgorithmIdAttribute.cs
Forrás:
AssemblyAlgorithmIdAttribute.cs
Forrás:
AssemblyAlgorithmIdAttribute.cs
Forrás:
AssemblyAlgorithmIdAttribute.cs
Forrás:
AssemblyAlgorithmIdAttribute.cs

Inicializálja az AssemblyAlgorithmIdAttribute osztály új példányát a megadott kivonatoló algoritmussal a kivonatoló algoritmus egyik tagjával AssemblyHashAlgorithm .

public:
 AssemblyAlgorithmIdAttribute(System::Configuration::Assemblies::AssemblyHashAlgorithm algorithmId);
public AssemblyAlgorithmIdAttribute(System.Configuration.Assemblies.AssemblyHashAlgorithm algorithmId);
new System.Reflection.AssemblyAlgorithmIdAttribute : System.Configuration.Assemblies.AssemblyHashAlgorithm -> System.Reflection.AssemblyAlgorithmIdAttribute
Public Sub New (algorithmId As AssemblyHashAlgorithm)

Paraméterek

algorithmId
AssemblyHashAlgorithm

A kivonatoló algoritmust képviselő tag AssemblyHashAlgorithm .

A következőre érvényes:

AssemblyAlgorithmIdAttribute(UInt32)

Forrás:
AssemblyAlgorithmIdAttribute.cs
Forrás:
AssemblyAlgorithmIdAttribute.cs
Forrás:
AssemblyAlgorithmIdAttribute.cs
Forrás:
AssemblyAlgorithmIdAttribute.cs
Forrás:
AssemblyAlgorithmIdAttribute.cs

Fontos

Ez az API nem CLS-kompatibilis.

Inicializálja az AssemblyAlgorithmIdAttribute osztály új példányát a megadott kivonatoló algoritmussal, egy aláíratlan egész számmal, amely a kivonatoló algoritmust jelöli.

public:
 AssemblyAlgorithmIdAttribute(System::UInt32 algorithmId);
[System.CLSCompliant(false)]
public AssemblyAlgorithmIdAttribute(uint algorithmId);
[<System.CLSCompliant(false)>]
new System.Reflection.AssemblyAlgorithmIdAttribute : uint32 -> System.Reflection.AssemblyAlgorithmIdAttribute
Public Sub New (algorithmId As UInteger)

Paraméterek

algorithmId
UInt32

A kivonatoló algoritmust képviselő aláíratlan egész szám.

Attribútumok

A következőre érvényes: