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

◆ Prelink()

static void System.Runtime.InteropServices.Marshal.Prelink ( MethodInfo m)
inlinestatic

Definition at line 1136 of file Marshal.cs.

1137 {
1138 if ((object)m == null)
1139 {
1140 throw new ArgumentNullException("m");
1141 }
1142 PrelinkCore(m);
1143 }
static void PrelinkCore(MethodInfo m)
Definition Marshal.cs:148

References System.Runtime.InteropServices.Marshal.PrelinkCore().

Referenced by System.Runtime.InteropServices.Marshal.PrelinkAll().