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
GeneratedCodeAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.CodeDom.Compiler
4
{
5
// Token: 0x020000C6 RID: 198
6
[
AttributeUsage
(
AttributeTargets
.All, Inherited =
false
, AllowMultiple =
false
)]
7
public
sealed
class
GeneratedCodeAttribute
:
Attribute
8
{
9
// Token: 0x06000492 RID: 1170 RVA: 0x00013470 File Offset: 0x00011670
10
public
GeneratedCodeAttribute
(
string
tool
,
string
version
)
11
{
12
this.tool
=
tool
;
13
this.version
=
version
;
14
}
15
16
// Token: 0x0400038B RID: 907
17
private
readonly
string
tool
;
18
19
// Token: 0x0400038C RID: 908
20
private
readonly
string
version
;
21
}
22
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.CodeDom.Compiler.GeneratedCodeAttribute.tool
readonly string tool
Definition
GeneratedCodeAttribute.cs:17
System.CodeDom.Compiler.GeneratedCodeAttribute.GeneratedCodeAttribute
GeneratedCodeAttribute(string tool, string version)
Definition
GeneratedCodeAttribute.cs:10
System.CodeDom.Compiler.GeneratedCodeAttribute.version
readonly string version
Definition
GeneratedCodeAttribute.cs:20
System.CodeDom.Compiler.GeneratedCodeAttribute
Definition
GeneratedCodeAttribute.cs:8
System.CodeDom.Compiler
Definition
GeneratedCodeAttribute.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
System
CodeDom
Compiler
GeneratedCodeAttribute.cs
Generated by
1.10.0