Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AddRef()
static unsafe int System.Runtime.InteropServices.Marshal.AddRef
(
IntPtr
pUnk
)
inline
static
Definition at line
757
of file
Marshal.cs
.
758
{
759
if
(pUnk ==
IntPtr
.Zero)
760
{
761
throw
new
ArgumentNullException(
"pUnk"
);
762
}
763
return
((delegate* unmanaged<IntPtr, int>)(*(IntPtr*)((nint)(*(IntPtr*)(
void
*)pUnk) +
sizeof
(
void
*))))(pUnk);
764
}
System.Reflection.Metadata.PrimitiveTypeCode.IntPtr
@ IntPtr
References
System.IntPtr.Zero
.
System
Runtime
InteropServices
Marshal
Generated by
1.10.0