terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ CopyAddressSizeIntoBuffer()

void System.Net.SocketAddress.CopyAddressSizeIntoBuffer ( )
inlinepackage

Definition at line 181 of file SocketAddress.cs.

182 {
183 byte[] buffer = this.m_Buffer;
184 int size = IntPtr.Size;
185 int size2 = this.m_Size;
186 byte[] buffer2 = this.m_Buffer;
187 int size3 = IntPtr.Size;
188 int size4 = this.m_Size;
189 byte[] buffer3 = this.m_Buffer;
190 int size5 = IntPtr.Size;
191 byte[] buffer4 = this.m_Buffer;
192 int size6 = IntPtr.Size;
193 }
class f__AnonymousType0<< Count > j__TPar
static int Size
Definition IntPtr.cs:45

References j__TPar, System.Net.SocketAddress.m_Buffer, System.Net.SocketAddress.m_Size, and System.IntPtr.Size.