C# Class System.Runtime.Remoting.Proxies.RemotingProxy

Inheritance: RealProxy, IRemotingTypeInfo
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
CallProcessMessage IMessage
CanCastToWK bool
InternalActivate IConstructionReturnMessage
InternalInvoke IMessage
InternalInvokeAsync void
Invoke void
RemotingProxy System.Threading

Public Methods

Method Description
CanCastTo ( Type castType, Object o ) : bool
Invoke ( IMessage reqMsg ) : IMessage
RemotingProxy ( Type serverType ) : System.Threading

Private Methods

Method Description
CallProcessMessage ( IMessageSink ms, IMessage reqMsg, ArrayWithSize proxySinks, Thread currentThread, Context currentContext, bool bSkippingContextChain ) : IMessage
CanCastToWK ( Type castType ) : bool
InternalActivate ( IConstructionCallMessage ctorMsg ) : IConstructionReturnMessage
InternalInvoke ( IMethodCallMessage reqMcmMsg, bool useDispatchMessage, int callType ) : IMessage
InternalInvokeAsync ( IMessageSink ar, Message reqMsg, bool useDispatchMessage, int callType ) : void
Invoke ( Object NotUsed, MessageData &msgData ) : void
RemotingProxy ( ) : System.Threading

Method Details

CanCastTo() public method

public CanCastTo ( Type castType, Object o ) : bool
castType System.Type
o Object
return bool

Invoke() public method

public Invoke ( IMessage reqMsg ) : IMessage
reqMsg IMessage
return IMessage

RemotingProxy() public method

public RemotingProxy ( Type serverType ) : System.Threading
serverType System.Type
return System.Threading