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
NativePropertyAttribute.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: 0x02000011 RID: 17
8
[
AttributeUsage
(
AttributeTargets
.Property)]
9
[
VisibleToOtherModules
]
10
internal
class
NativePropertyAttribute
:
NativeMethodAttribute
11
{
12
// Token: 0x1700000F RID: 15
13
// (set) Token: 0x06000022 RID: 34 RVA: 0x00002360 File Offset: 0x00000560
14
public
TargetType
TargetType
15
{
16
[
CompilerGenerated
]
17
set
18
{
19
this.<
TargetType
>
k__BackingField
=
value
;
20
}
21
}
22
23
// Token: 0x06000023 RID: 35 RVA: 0x00002374 File Offset: 0x00000574
24
public
NativePropertyAttribute
()
25
{
26
}
27
28
// Token: 0x06000024 RID: 36 RVA: 0x00002388 File Offset: 0x00000588
29
public
NativePropertyAttribute
(
string
name
)
30
:
base
(
name
)
31
{
32
}
33
34
// Token: 0x06000025 RID: 37 RVA: 0x0000239C File Offset: 0x0000059C
35
public
NativePropertyAttribute
(
string
name
,
bool
isFree
,
TargetType
targetType
)
36
:
base
(
name
)
37
{
38
this.TargetType
=
targetType
;
39
}
40
41
// Token: 0x04000014 RID: 20
42
[
CompilerGenerated
]
43
[
DebuggerBrowsable
(
DebuggerBrowsableState
.Never)]
44
private
TargetType <TargetType>
k__BackingField
;
45
}
46
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
UnityEngine.Bindings.NativeMethodAttribute
Definition
NativeMethodAttribute.cs:11
UnityEngine.Bindings.NativePropertyAttribute.NativePropertyAttribute
NativePropertyAttribute()
Definition
NativePropertyAttribute.cs:24
UnityEngine.Bindings.NativePropertyAttribute.NativePropertyAttribute
NativePropertyAttribute(string name, bool isFree, TargetType targetType)
Definition
NativePropertyAttribute.cs:35
UnityEngine.Bindings.NativePropertyAttribute.NativePropertyAttribute
NativePropertyAttribute(string name)
Definition
NativePropertyAttribute.cs:29
UnityEngine.Bindings.NativePropertyAttribute.k__BackingField
TargetType< TargetType > k__BackingField
Definition
NativePropertyAttribute.cs:44
UnityEngine.Bindings.NativePropertyAttribute
Definition
NativePropertyAttribute.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.ExceptionArgument.name
@ name
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
UnityEngine.Bindings.TargetType
TargetType
Definition
TargetType.cs:8
UnityEngine.Bindings
Definition
CodegenOptions.cs:4
source
UnityEngine.SharedInternalsModule
UnityEngine
Bindings
NativePropertyAttribute.cs
Generated by
1.10.0