Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AssemblyAlgorithmIdAttribute.cs
Go to the documentation of this file.
1
using
System.Configuration.Assemblies
;
2
3
namespace
System.Reflection
;
4
5
[AttributeUsage(
AttributeTargets
.Assembly, Inherited =
false
)]
6
public
sealed
class
AssemblyAlgorithmIdAttribute
:
Attribute
7
{
8
[CLSCompliant(
false
)]
9
public
uint
AlgorithmId
{
get
; }
10
11
public
AssemblyAlgorithmIdAttribute
(
AssemblyHashAlgorithm
algorithmId)
12
{
13
AlgorithmId
= (uint)algorithmId;
14
}
15
16
[CLSCompliant(
false
)]
17
public
AssemblyAlgorithmIdAttribute
(uint algorithmId)
18
{
19
AlgorithmId
= algorithmId;
20
}
21
}
System.Attribute
Definition
Attribute.cs:12
System.Reflection.AssemblyAlgorithmIdAttribute.AssemblyAlgorithmIdAttribute
AssemblyAlgorithmIdAttribute(uint algorithmId)
Definition
AssemblyAlgorithmIdAttribute.cs:17
System.Reflection.AssemblyAlgorithmIdAttribute.AssemblyAlgorithmIdAttribute
AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm algorithmId)
Definition
AssemblyAlgorithmIdAttribute.cs:11
System.Reflection.AssemblyAlgorithmIdAttribute.AlgorithmId
uint AlgorithmId
Definition
AssemblyAlgorithmIdAttribute.cs:9
System.Reflection.AssemblyAlgorithmIdAttribute
Definition
AssemblyAlgorithmIdAttribute.cs:7
System.Configuration.Assemblies
Definition
AssemblyHashAlgorithm.cs:1
System.Reflection.AssemblyHashAlgorithm
AssemblyHashAlgorithm
Definition
AssemblyHashAlgorithm.cs:4
System.Reflection
Definition
ICustomTypeProvider.cs:1
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Reflection
AssemblyAlgorithmIdAttribute.cs
Generated by
1.10.0