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

◆ GetMethodBase() [3/4]

static MethodBase System.RuntimeType.GetMethodBase ( RuntimeType reflectedType,
IRuntimeMethodInfo methodHandle )
inlinestaticpackage

Definition at line 1684 of file RuntimeType.cs.

1685 {
1687 GC.KeepAlive(methodHandle);
1688 return methodBase;
1689 }
static MethodBase GetMethodBase(RuntimeModule scope, int typeMetadataToken)

References System.RuntimeType.GetMethodBase(), and System.GC.KeepAlive().