C# Class RxSpy.Proxy.QueryLanguageProxy

Inheritance: System.Runtime.Remoting.Proxies.RealProxy, IRemotingTypeInfo
Mostrar archivo Open project: niik/RxSpy Class Usage Examples

Public Methods

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

Private Methods

Method Description
CreateHandler ( IMethodCallMessage call, System method, CallSite callSite ) : IMethodReturnMessage>.Func
CreateOperatorInfo ( System method, CallSite callsite ) : OperatorInfo
CreateRefCountHandler ( IMethodCallMessage call, System method, OperatorInfo operatorInfo ) : IMethodReturnMessage>.Func
ForwardCall ( IMethodCallMessage call ) : IMethodReturnMessage
GetHandler ( IMethodCallMessage call, System method, CallSite callSite ) : IMethodReturnMessage>.Func
HandleConnectableReturnType ( IMethodCallMessage call, System method, OperatorInfo operatorInfo ) : IMethodReturnMessage
HandleObservableReturnType ( IMethodCallMessage call, System method, OperatorInfo operatorInfo ) : IMethodReturnMessage
HandleRefCount ( IMethodCallMessage call, System method, Type connectableOperatorConnectionType, Type signalType, OperatorInfo operatorInfo ) : IMethodReturnMessage
IsGenericTypeDefinition ( Type source, Type genericTypeComparand ) : bool
ProduceActualObservable ( IMethodCallMessage call, System method, OperatorInfo operatorInfo ) : object
QueryLanguageProxy ( RxSpySession session, object realQueryLanguage ) : System
ReplaceAllObservablesWithConnections ( Type parameterTypes, object args, OperatorInfo operatorInfo ) : object[]

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