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

◆ FromXml()

override void System.Net.WebPermission.FromXml ( SecurityElement securityElement)
inline

Definition at line 395 of file WebPermission.cs.

396 {
397 if (securityElement == null)
398 {
399 return;
400 }
401 bool flag = securityElement.tag.Equals("IPermission");
402 if (securityElement.Attribute("class") == null)
403 {
404 return;
405 }
406 Type type = base.GetType();
407 int num;
408 if (securityElement.Attribute("Unrestricted") != null && num == 0)
409 {
410 int num2 = 1;
412 return;
413 }
415 if (securityElement2 != null)
416 {
417 ArrayList children = securityElement2.children;
418 return;
419 }
421 if (securityElement3 != null)
422 {
424 return;
425 }
426 }
class f__AnonymousType0<< Count > j__TPar
SecurityElement SearchForChildByTag(string tag)
new Type GetType()
Definition Type.cs:287

References System.Type.GetType(), j__TPar, and System.Security.SecurityElement.SearchForChildByTag().