C# Class SystemEx.Windows.Forms.IpcHelper

Inheritance: IDisposable
显示文件 Open project: pvginkel/SystemEx

Public Methods

Method Description
Dispose ( ) : void
IpcHelper ( string mutexName ) : System
ReceiveData ( Message &m ) : byte[]
SendData ( string windowName, byte data ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

IpcHelper() public method

public IpcHelper ( string mutexName ) : System
mutexName string
return System

ReceiveData() public static method

public static ReceiveData ( Message &m ) : byte[]
m System.Windows.Forms.Message
return byte[]

SendData() public static method

public static SendData ( string windowName, byte data ) : void
windowName string
data byte
return void