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
FieldOffsetAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Runtime.InteropServices
4
{
5
// Token: 0x0200044A RID: 1098
6
[
AttributeUsage
(
AttributeTargets
.Field, Inherited =
false
)]
7
[
ComVisible
(
true
)]
8
public
sealed
class
FieldOffsetAttribute
:
Attribute
9
{
10
// Token: 0x06002178 RID: 8568 RVA: 0x0004C194 File Offset: 0x0004A394
11
public
FieldOffsetAttribute
(
int
offset
)
12
{
13
this._val
=
offset
;
14
}
15
16
// Token: 0x04001270 RID: 4720
17
internal
int
_val
;
18
}
19
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.Runtime.InteropServices.FieldOffsetAttribute.FieldOffsetAttribute
FieldOffsetAttribute(int offset)
Definition
FieldOffsetAttribute.cs:11
System.Runtime.InteropServices.FieldOffsetAttribute._val
int _val
Definition
FieldOffsetAttribute.cs:17
System.Runtime.InteropServices.FieldOffsetAttribute
Definition
FieldOffsetAttribute.cs:9
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.ExceptionArgument.offset
@ offset
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
InteropServices
FieldOffsetAttribute.cs
Generated by
1.10.0