terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
FixedBufferAttribute.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::System.AttributeUsage(global::System.AttributeTargets.Field, Inherited = false)]
8 [global::Cpp2ILInjected.Token(Token = "0x2000470")]
9 public sealed class FixedBufferAttribute : global::System.Attribute
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x600220E")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1B73424", Offset = "0x1B73424", Length = "0x30")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = ".ctor", ReturnType = typeof(void))]
15 public FixedBufferAttribute(global::System.Type elementType, int length)
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x17000468")]
21 public global::System.Type ElementType
22 {
24 [global::Cpp2ILInjected.Token(Token = "0x600220F")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1B73454", Offset = "0x1B73454", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 get
28 {
29 throw null;
30 }
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x17000469")]
34 public int Length
35 {
37 [global::Cpp2ILInjected.Token(Token = "0x6002210")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1B7345C", Offset = "0x1B7345C", Length = "0x8")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 get
41 {
42 throw null;
43 }
44 }
45
47 [global::Cpp2ILInjected.Token(Token = "0x40012B0")]
48 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
49 private readonly global::System.Type <ElementType>k__BackingField;
50
52 [global::Cpp2ILInjected.Token(Token = "0x40012B1")]
53 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
54 private readonly int <Length>k__BackingField;
55 }
56}
class f__AnonymousType0<< Count > j__TPar
FixedBufferAttribute(global::System.Type elementType, int length)
readonly global::System.Type< ElementType > k__BackingField