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

◆ RegisterChannel() [2/2]

static void System.Runtime.Remoting.Channels.ChannelServices.RegisterChannel ( IChannel chnl,
bool ensureSecurity )
inlinestatic

Definition at line 97 of file ChannelServices.cs.

98 {
99 if (chnl == null)
100 {
101 throw new OutOfMemoryException();
102 }
103 if (chnl != null)
104 {
105 return;
106 }
107 long num = 0L;
108 string text = string.Format("Channel {0} is not securable while ensureSecurity is specified as true", num);
109 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.L, and System.text.