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
FreeFunctionAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
UnityEngine.Bindings
4
{
5
// Token: 0x02000016 RID: 22
6
[
VisibleToOtherModules
]
7
[
AttributeUsage
(
AttributeTargets
.Method)]
8
internal
class
FreeFunctionAttribute
:
NativeMethodAttribute
9
{
10
// Token: 0x06000030 RID: 48 RVA: 0x000024B8 File Offset: 0x000006B8
11
public
FreeFunctionAttribute
()
12
{
13
this.<
IsFreeFunction
>
k__BackingField
=
true
;
14
}
15
16
// Token: 0x06000031 RID: 49 RVA: 0x000024D4 File Offset: 0x000006D4
17
public
FreeFunctionAttribute
(
string
name
)
18
:
base
(name)
19
{
20
this.<
IsFreeFunction
>
k__BackingField
=
true
;
21
}
22
23
// Token: 0x06000032 RID: 50 RVA: 0x000024F0 File Offset: 0x000006F0
24
public
FreeFunctionAttribute
(
string
name
,
bool
isThreadSafe
)
25
:
base
(name)
26
{
27
this.<
IsFreeFunction
>
k__BackingField
=
true
;
28
}
29
}
30
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
UnityEngine.Bindings.FreeFunctionAttribute.FreeFunctionAttribute
FreeFunctionAttribute(string name)
Definition
FreeFunctionAttribute.cs:17
UnityEngine.Bindings.FreeFunctionAttribute.FreeFunctionAttribute
FreeFunctionAttribute(string name, bool isThreadSafe)
Definition
FreeFunctionAttribute.cs:24
UnityEngine.Bindings.FreeFunctionAttribute.FreeFunctionAttribute
FreeFunctionAttribute()
Definition
FreeFunctionAttribute.cs:11
UnityEngine.Bindings.FreeFunctionAttribute
Definition
FreeFunctionAttribute.cs:9
UnityEngine.Bindings.NativeMethodAttribute.IsFreeFunction
bool IsFreeFunction
Definition
NativeMethodAttribute.cs:36
UnityEngine.Bindings.NativeMethodAttribute.k__BackingField
string< Name > k__BackingField
Definition
NativeMethodAttribute.cs:92
UnityEngine.Bindings.NativeMethodAttribute
Definition
NativeMethodAttribute.cs:11
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
FreeFunctionAttribute.cs
Generated by
1.10.0