C# Class System.Runtime.Remoting.Activation.ActivationServices

ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
Activate IConstructionReturnMessage
ActivateWithMessage Object
CheckForInfrastructurePermission void
CheckIfConnected Object
ConnectIfNecessary Object
CreateInstance System.MarshalByRefObject
DoCrossContextActivation IConstructionReturnMessage
DoCrossContextActivationCallback Object
DoServerContextActivation IConstructionReturnMessage
GetActivator IActivator
GetContextAttributesForType IContextAttribute[]
GetGlobalAttribute System.Runtime.Remoting.Contexts.ContextAttribute
GetPropertiesFromAttributes void
GetProxyAttribute System.Runtime.Remoting.Proxies.ProxyAttribute
InitActivationServices void
Initialize void
IsCurrentContextOK System.MarshalByRefObject
IsCurrentContextOK bool
PeekActivationAttributes Object[]
PopActivationAttributes void
PushActivationAttributes void
QueryAttributesIfContextOK bool
SetupConstructionReply IConstructionReturnMessage
StartListeningForRemoteRequests void
Startup void

Private Methods

Method Description
Activate ( RemotingProxy remProxy, IConstructionCallMessage ctorMsg ) : IConstructionReturnMessage
ActivateWithMessage ( Type serverType, IMessage msg, ServerIdentity srvIdToBind, Exception &e ) : Object
CheckForInfrastructurePermission ( Assembly asm ) : void
CheckIfConnected ( RemotingProxy proxy, IConstructionCallMessage ctorMsg ) : Object
ConnectIfNecessary ( IConstructionCallMessage ctorMsg ) : Object
CreateInstance ( Type serverType ) : MarshalByRefObject
DoCrossContextActivation ( IConstructionCallMessage reqMsg ) : IConstructionReturnMessage
DoCrossContextActivationCallback ( Object args ) : Object
DoServerContextActivation ( IConstructionCallMessage reqMsg ) : IConstructionReturnMessage
GetActivator ( ) : IActivator
GetContextAttributesForType ( Type serverType ) : IContextAttribute[]
GetGlobalAttribute ( ) : ContextAttribute
GetPropertiesFromAttributes ( IConstructionCallMessage ctorMsg, Object attributes ) : void
GetProxyAttribute ( Type serverType ) : ProxyAttribute
InitActivationServices ( ) : void
Initialize ( ) : void
IsCurrentContextOK ( Type serverType, Object props, bool bNewObj ) : MarshalByRefObject
IsCurrentContextOK ( Type serverType, Object props, ConstructorCallMessage &ctorCallMsg ) : bool
PeekActivationAttributes ( Type serverType ) : Object[]
PopActivationAttributes ( Type serverType ) : void
PushActivationAttributes ( Type serverType, Object attributes ) : void
QueryAttributesIfContextOK ( Context ctx, IConstructionCallMessage ctorMsg, Object attributes ) : bool
SetupConstructionReply ( Object serverObj, IConstructionCallMessage ctorMsg, Exception e ) : IConstructionReturnMessage
StartListeningForRemoteRequests ( ) : void
Startup ( ) : void