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

◆ GetUnderlyingNativeHandle()

IntPtr System.RuntimeType.GetUnderlyingNativeHandle ( )
inlinepackage

Definition at line 2093 of file RuntimeType.cs.

2094 {
2095 return m_handle;
2096 }

References System.RuntimeType.m_handle.