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
NativeWritableSelfAttribute.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: 0x0200000E RID: 14
8
[
VisibleToOtherModules
]
9
[
AttributeUsage
(
AttributeTargets
.Method)]
10
internal
sealed
class
NativeWritableSelfAttribute
:
Attribute
11
{
12
// Token: 0x17000009 RID: 9
13
// (set) Token: 0x06000017 RID: 23 RVA: 0x00002280 File Offset: 0x00000480
14
public
bool
WritableSelf
15
{
16
[
CompilerGenerated
]
17
set
18
{
19
}
20
}
21
22
// Token: 0x06000018 RID: 24 RVA: 0x00002290 File Offset: 0x00000490
23
public
NativeWritableSelfAttribute
()
24
{
25
this.<
WritableSelf
>
k__BackingField
=
true
;
26
}
27
28
// Token: 0x0400000B RID: 11
29
[
DebuggerBrowsable
(
DebuggerBrowsableState
.Never)]
30
[
CompilerGenerated
]
31
private
bool <WritableSelf>
k__BackingField
;
32
}
33
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
UnityEngine.Bindings.NativeWritableSelfAttribute.k__BackingField
bool< WritableSelf > k__BackingField
Definition
NativeWritableSelfAttribute.cs:31
UnityEngine.Bindings.NativeWritableSelfAttribute.NativeWritableSelfAttribute
NativeWritableSelfAttribute()
Definition
NativeWritableSelfAttribute.cs:23
UnityEngine.Bindings.NativeWritableSelfAttribute.WritableSelf
bool WritableSelf
Definition
NativeWritableSelfAttribute.cs:15
UnityEngine.Bindings.NativeWritableSelfAttribute
Definition
NativeWritableSelfAttribute.cs:11
System.Diagnostics.DebuggerBrowsableState
DebuggerBrowsableState
Definition
DebuggerBrowsableState.cs:9
System.Diagnostics
Definition
ConditionalAttribute.cs:5
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
UnityEngine.Bindings
Definition
CodegenOptions.cs:4
source
UnityEngine.SharedInternalsModule
UnityEngine
Bindings
NativeWritableSelfAttribute.cs
Generated by
1.10.0