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

◆ GetPseudoCustomAttributes()

object[] System.Reflection.RuntimeParameterInfo.GetPseudoCustomAttributes ( )
inlinepackage

Definition at line 158 of file RuntimeParameterInfo.cs.

159 {
160 bool isIn = base.IsIn;
161 bool isOut = base.IsOut;
162 long num = 0L;
163 bool isOptional = base.IsOptional;
164 if (this.marshalAs != null)
165 {
166 }
167 if (num != 0L)
168 {
169 bool isIn2 = base.IsIn;
170 bool isOut2 = base.IsOut;
171 bool isOptional2 = base.IsOptional;
173 if (marshalAsAttribute != null)
174 {
176 if (marshalAsAttribute2 == null || marshalAsAttribute2 != null)
177 {
178 }
179 }
180 }
181 throw new ArrayTypeMismatchException();
182 }
class f__AnonymousType0<< Count > j__TPar

References System.Runtime.InteropServices.MarshalAsAttribute.Copy(), j__TPar, System.L, and System.Reflection.RuntimeParameterInfo.marshalAs.