Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetMethodBody()

override MethodBody System.Reflection.RuntimeMethodInfo.GetMethodBody ( )
inlinevirtual

Reimplemented from System.Reflection.MethodBase.

Definition at line 385 of file RuntimeMethodInfo.cs.

386 {
387 RuntimeMethodBody methodBody = RuntimeMethodHandle.GetMethodBody(this, ReflectedTypeInternal);
388 if (methodBody != null)
389 {
390 methodBody._methodBase = this;
391 }
392 return methodBody;
393 }

References System.RuntimeMethodHandle.GetMethodBody(), and System.Reflection.RuntimeMethodInfo.ReflectedTypeInternal.