WindowsApplication4.Form1

System.Windows.Forms.Form
WindowsApplication4.Form1

ipc

private IPC ipc

MyLB

private System.Windows.Forms.ListBox MyLB

textBox1

private System.Windows.Forms.TextBox textBox1

btnSend

private System.Windows.Forms.Button btnSend

btnStress

private System.Windows.Forms.Button btnStress

textBox2

private System.Windows.Forms.TextBox textBox2

btnSendBinary

private Button btnSendBinary

components

private System.ComponentModel.Container components

Form1

public Form1()

ipc_Handler

private void ipc_Handler(object sender,
IPCEventArgs ea)

Dispose

protected override void Dispose(bool disposing)

InitializeComponent

private void InitializeComponent()

summary> Required method for Designer support - do not modify the contents of this method with the code editor.  </summary>

Main

static void Main()

btnSend_Click

private void btnSend_Click(object sender,
System.EventArgs e)

btnMassive_Click

private void btnMassive_Click(object sender,
System.EventArgs e)

btnSendBinary_Click

unsafe private void btnSendBinary_Click(object sender,
EventArgs e)

GetReceiver

private IntPtr GetReceiver()

PointToBytes

static unsafe byte[] PointToBytes(Point p)

BytesToPoint

static unsafe Point BytesToPoint(byte[] arr)
private IPC ipc
private System.Windows.Forms.ListBox MyLB
private System.Windows.Forms.TextBox textBox1
private System.Windows.Forms.Button btnSend
private System.Windows.Forms.Button btnStress
private System.Windows.Forms.TextBox textBox2
private Button btnSendBinary
private System.ComponentModel.Container components
public Form1()
private void ipc_Handler(object sender,
IPCEventArgs ea)
protected override void Dispose(bool disposing)
private void InitializeComponent()
summary> Required method for Designer support - do not modify the contents of this method with the code editor.
static void Main()
private void btnSend_Click(object sender,
System.EventArgs e)
private void btnMassive_Click(object sender,
System.EventArgs e)
unsafe private void btnSendBinary_Click(object sender,
EventArgs e)
private IntPtr GetReceiver()
static unsafe byte[] PointToBytes(Point p)
static unsafe Point BytesToPoint(byte[] arr)
Close