C# Class Qyoto.SignalInvocation

Inheritance: System.Runtime.Remoting.Proxies.RealProxy
Show file Open project: 0xd34df00d/Qross Class Usage Examples

Public Methods

Method Description
GetHashCode ( ) : int
Invoke ( IMessage message ) : IMessage
SignalInvocation ( Type iface, Object obj ) : System

Private Methods

Method Description
SignalEmit ( string signature, string type, IntPtr target, IntPtr sp, int items ) : bool

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

Invoke() public method

public Invoke ( IMessage message ) : IMessage
message IMessage
return IMessage

SignalInvocation() public method

public SignalInvocation ( Type iface, Object obj ) : System
iface System.Type
obj Object
return System