C# Class Qyoto.SignalInvocation

Inheritance: System.Runtime.Remoting.Proxies.RealProxy
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
SignalEmit ( string signature, string type, IntPtr target, IntPtr sp, int items ) : bool

Method Details

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Invoke() public méthode

public Invoke ( IMessage message ) : IMessage
message IMessage
Résultat IMessage

SignalInvocation() public méthode

public SignalInvocation ( Type iface, Object obj ) : System
iface System.Type
obj Object
Résultat System