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
NativeThrowsAttribute.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: 0x0200001A RID: 26
8
[
VisibleToOtherModules
]
9
[
AttributeUsage
(
AttributeTargets
.Method |
AttributeTargets
.Property)]
10
internal
class
NativeThrowsAttribute
:
Attribute
11
{
12
// Token: 0x17000016 RID: 22
13
// (set) Token: 0x06000038 RID: 56 RVA: 0x00002590 File Offset: 0x00000790
14
public
bool
ThrowsException
15
{
16
[
CompilerGenerated
]
17
set
18
{
19
}
20
}
21
22
// Token: 0x06000039 RID: 57 RVA: 0x000025A0 File Offset: 0x000007A0
23
public
NativeThrowsAttribute
()
24
{
25
this.<
ThrowsException
>
k__BackingField
=
true
;
26
}
27
28
// Token: 0x04000024 RID: 36
29
[
DebuggerBrowsable
(
DebuggerBrowsableState
.Never)]
30
[
CompilerGenerated
]
31
private
bool <ThrowsException>
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.NativeThrowsAttribute.NativeThrowsAttribute
NativeThrowsAttribute()
Definition
NativeThrowsAttribute.cs:23
UnityEngine.Bindings.NativeThrowsAttribute.k__BackingField
bool< ThrowsException > k__BackingField
Definition
NativeThrowsAttribute.cs:31
UnityEngine.Bindings.NativeThrowsAttribute.ThrowsException
bool ThrowsException
Definition
NativeThrowsAttribute.cs:15
UnityEngine.Bindings.NativeThrowsAttribute
Definition
NativeThrowsAttribute.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
NativeThrowsAttribute.cs
Generated by
1.10.0