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

◆ Value

IntPtr System.RuntimeTypeHandle.Value
get

Definition at line 50 of file RuntimeTypeHandle.cs.

51 {
52 get
53 {
54 if (!(m_type != null))
55 {
56 return IntPtr.Zero;
57 }
58 return m_type.m_handle;
59 }
60 }

Referenced by Microsoft.Win32.OAVariantLib.ChangeType().