C# Класс System.Runtime.Remoting.Activation.LocalActivator

Наследование: System.Runtime.Remoting.Contexts.ContextAttribute, IActivator
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetPropertiesForNewContext ( IConstructionCallMessage ctorMsg ) : void
IsContextOK ( Context ctx, IConstructionCallMessage ctorMsg ) : bool

Приватные методы

Метод Описание
Activate ( IConstructionCallMessage ctorMsg ) : IConstructionReturnMessage
DoRemoteActivation ( IConstructionCallMessage ctorMsg ) : IConstructionReturnMessage
GetMethodBase ( IConstructionCallMessage msg ) : MethodBase
LocalActivator ( ) : System

Описание методов

GetPropertiesForNewContext() публичный Метод

public GetPropertiesForNewContext ( IConstructionCallMessage ctorMsg ) : void
ctorMsg IConstructionCallMessage
Результат void

IsContextOK() публичный Метод

public IsContextOK ( Context ctx, IConstructionCallMessage ctorMsg ) : bool
ctx System.Runtime.Remoting.Contexts.Context
ctorMsg IConstructionCallMessage
Результат bool