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
NativeHeaderAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Diagnostics
;
3
using
System.Runtime.CompilerServices
;
4
5
namespace
UnityEngine.Bindings
6
{
7
// Token: 0x0200000C RID: 12
8
[
VisibleToOtherModules
]
9
[
AttributeUsage
(
AttributeTargets
.Class |
AttributeTargets
.Struct |
AttributeTargets
.Enum |
AttributeTargets
.Method |
AttributeTargets
.Property |
AttributeTargets
.Field |
AttributeTargets
.Parameter |
AttributeTargets
.ReturnValue, AllowMultiple =
true
)]
10
internal
class
NativeHeaderAttribute
:
Attribute
11
{
12
// Token: 0x17000007 RID: 7
13
// (set) Token: 0x06000013 RID: 19 RVA: 0x00002200 File Offset: 0x00000400
14
public
string
Header
15
{
16
[
CompilerGenerated
]
17
set
18
{
19
this.<
Header
>
k__BackingField
=
value
;
20
}
21
}
22
23
// Token: 0x06000014 RID: 20 RVA: 0x00002214 File Offset: 0x00000414
24
public
NativeHeaderAttribute
(
string
header)
25
{
26
if
(header !=
null
)
27
{
28
bool
flag = header ==
""
;
29
this.Header
= header;
30
return
;
31
}
32
}
33
34
// Token: 0x04000009 RID: 9
35
[
DebuggerBrowsable
(
DebuggerBrowsableState
.Never)]
36
[
CompilerGenerated
]
37
private
string <Header>
k__BackingField
;
38
}
39
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
UnityEngine.Bindings.NativeHeaderAttribute.NativeHeaderAttribute
NativeHeaderAttribute(string header)
Definition
NativeHeaderAttribute.cs:24
UnityEngine.Bindings.NativeHeaderAttribute.k__BackingField
string< Header > k__BackingField
Definition
NativeHeaderAttribute.cs:37
UnityEngine.Bindings.NativeHeaderAttribute.Header
string Header
Definition
NativeHeaderAttribute.cs:15
UnityEngine.Bindings.NativeHeaderAttribute
Definition
NativeHeaderAttribute.cs:11
System.Diagnostics.DebuggerBrowsableState
DebuggerBrowsableState
Definition
DebuggerBrowsableState.cs:9
System.Diagnostics
Definition
ConditionalAttribute.cs:5
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.ExceptionArgument.value
@ value
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
UnityEngine.Bindings
Definition
CodegenOptions.cs:4
source
UnityEngine.SharedInternalsModule
UnityEngine
Bindings
NativeHeaderAttribute.cs
Generated by
1.10.0