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

◆ CreateClientProxyForContextBound()

static object System.Runtime.Remoting.RemotingServices.CreateClientProxyForContextBound ( Type type,
object[] activationAttributes )
inlinestaticpackage

Definition at line 289 of file RemotingServices.cs.

290 {
291 int num = 1;
292 Type type2;
293 if (Attribute.GetCustomAttribute(type2, type2, num != 0) != null)
294 {
295 }
296 throw new InvalidCastException();
297 }
class f__AnonymousType0<< Count > j__TPar
static Attribute GetCustomAttribute(MemberInfo element, Type attributeType, bool inherit)
Definition Attribute.cs:129

References System.Attribute.GetCustomAttribute(), and j__TPar.