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

Inheritance: RealProxy, IRemotingTypeInfo
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
CallProcessMessage IMessage
CanCastToWK bool
InternalActivate IConstructionReturnMessage
InternalInvoke IMessage
InternalInvokeAsync void
Invoke void
RemotingProxy System.Threading

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public CanCastTo ( Type castType, Object o ) : bool
castType System.Type
o Object
Résultat bool

Invoke() public méthode

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

RemotingProxy() public méthode

public RemotingProxy ( Type serverType ) : System.Threading
serverType System.Type
Résultat System.Threading