C# Class ConsoleApplication1.MyProxy

Inheritance: System.Runtime.Remoting.Proxies.RealProxy
Mostrar archivo Open project: jeske/StepsDB-alpha Class Usage Examples

Public Methods

Method Description
Invoke ( IMessage message ) : IMessage
MyProxy ( Type iftype, Object obj ) : System

Method Details

Invoke() public method

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

MyProxy() public method

public MyProxy ( Type iftype, Object obj ) : System
iftype System.Type
obj Object
return System