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

◆ GetProperty()

virtual IContextProperty System.Runtime.Remoting.Contexts.Context.GetProperty ( string name)
inlinevirtual

Definition at line 258 of file Context.cs.

259 {
260 if (this.context_properties != null)
261 {
262 }
263 throw new OutOfMemoryException();
264 }
List< IContextProperty > context_properties
Definition Context.cs:543

References System.Runtime.Remoting.Contexts.Context.context_properties.