C# Class Spring.Util.AssertUtilsTests.TestProxy

Inheritance: System.Runtime.Remoting.Proxies.RealProxy, IRemotingTypeInfo
Show file Open project: spring-projects/spring-net

Public Methods

Method Description
CanCastTo ( Type fromType, object o ) : bool
Invoke ( IMessage msg ) : IMessage
TestProxy ( object targetInstance ) : System

Method Details

CanCastTo() public method

public CanCastTo ( Type fromType, object o ) : bool
fromType System.Type
o object
return bool

Invoke() public method

public Invoke ( IMessage msg ) : IMessage
msg IMessage
return IMessage

TestProxy() public method

public TestProxy ( object targetInstance ) : System
targetInstance object
return System