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
AssemblyTitleAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
System.Reflection
5
{
6
// Token: 0x020004C7 RID: 1223
7
[
AttributeUsage
(
AttributeTargets
.Assembly, Inherited =
false
)]
8
public
sealed
class
AssemblyTitleAttribute
:
Attribute
9
{
10
// Token: 0x06002368 RID: 9064 RVA: 0x00050388 File Offset: 0x0004E588
11
public
AssemblyTitleAttribute
(
string
title)
12
{
13
this.<Title>
k__BackingField
= title;
14
}
15
16
// Token: 0x04001367 RID: 4967
17
[
CompilerGenerated
]
18
private
readonly
string <Title>
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.AssemblyTitleAttribute.AssemblyTitleAttribute
AssemblyTitleAttribute(string title)
Definition
AssemblyTitleAttribute.cs:11
System.Reflection.AssemblyTitleAttribute.k__BackingField
readonly string< Title > k__BackingField
Definition
AssemblyTitleAttribute.cs:18
System.Reflection.AssemblyTitleAttribute
Definition
AssemblyTitleAttribute.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
AssemblyTitleAttribute.cs
Generated by
1.10.0