C# Class ConsoleApplication1.MyProxy

Inheritance: System.Runtime.Remoting.Proxies.RealProxy
Afficher le fichier Open project: jeske/StepsDB-alpha Class Usage Examples

Méthodes publiques

Méthode Description
Invoke ( IMessage message ) : IMessage
MyProxy ( Type iftype, Object obj ) : System

Method Details

Invoke() public méthode

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

MyProxy() public méthode

public MyProxy ( Type iftype, Object obj ) : System
iftype System.Type
obj Object
Résultat System