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
NativeNameAttribute.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: 0x0200000D RID: 13
8
[
AttributeUsage
(
AttributeTargets
.Method |
AttributeTargets
.Property |
AttributeTargets
.Field)]
9
[
VisibleToOtherModules
]
10
internal
class
NativeNameAttribute
:
Attribute
11
{
12
// Token: 0x17000008 RID: 8
13
// (set) Token: 0x06000015 RID: 21 RVA: 0x00002240 File Offset: 0x00000440
14
public
string
Name
15
{
16
[
CompilerGenerated
]
17
set
18
{
19
this.<
Name
>
k__BackingField
=
value
;
20
}
21
}
22
23
// Token: 0x06000016 RID: 22 RVA: 0x00002254 File Offset: 0x00000454
24
public
NativeNameAttribute
(
string
name
)
25
{
26
if
(name !=
null
)
27
{
28
bool
flag =
name
==
""
;
29
this.Name
=
name
;
30
return
;
31
}
32
}
33
34
// Token: 0x0400000A RID: 10
35
[
DebuggerBrowsable
(
DebuggerBrowsableState
.Never)]
36
[
CompilerGenerated
]
37
private
string <Name>
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.NativeNameAttribute.Name
string Name
Definition
NativeNameAttribute.cs:15
UnityEngine.Bindings.NativeNameAttribute.k__BackingField
string< Name > k__BackingField
Definition
NativeNameAttribute.cs:37
UnityEngine.Bindings.NativeNameAttribute.NativeNameAttribute
NativeNameAttribute(string name)
Definition
NativeNameAttribute.cs:24
UnityEngine.Bindings.NativeNameAttribute
Definition
NativeNameAttribute.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
Definition
CodegenOptions.cs:4
source
UnityEngine.SharedInternalsModule
UnityEngine
Bindings
NativeNameAttribute.cs
Generated by
1.10.0