terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
AssemblyTrademarkAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
System.Reflection
5
{
6
// Token: 0x020004C8 RID: 1224
7
[
AttributeUsage
(
AttributeTargets
.Assembly, Inherited =
false
)]
8
public
sealed
class
AssemblyTrademarkAttribute
:
Attribute
9
{
10
// Token: 0x06002369 RID: 9065 RVA: 0x000503A4 File Offset: 0x0004E5A4
11
public
AssemblyTrademarkAttribute
(
string
trademark
)
12
{
13
this.<
Trademark
>
k__BackingField
=
trademark
;
14
}
15
16
// Token: 0x04001368 RID: 4968
17
[
CompilerGenerated
]
18
private
readonly
string <Trademark>
k__BackingField
;
19
}
20
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.Reflection.AssemblyTrademarkAttribute.AssemblyTrademarkAttribute
AssemblyTrademarkAttribute(string trademark)
Definition
AssemblyTrademarkAttribute.cs:11
System.Reflection.AssemblyTrademarkAttribute.k__BackingField
readonly string< Trademark > k__BackingField
Definition
AssemblyTrademarkAttribute.cs:18
System.Reflection.AssemblyTrademarkAttribute
Definition
AssemblyTrademarkAttribute.cs:9
System.Reflection
Definition
AmbiguousMatchException.cs:5
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
mscorlib
System
Reflection
AssemblyTrademarkAttribute.cs
Generated by
1.10.0