English | Russian |
class hosted in the in-proc server DLL | класс, размещённый во внутрипроцессной серверной DLL (ssn) |
class name of an in-proc server DLL | имя класса внутрипроцессной серверной DLL (ssn) |
class server | сервер классов (When a client wishes to use an object, it always starts by asking COM to locate the object's class server, request the server to create an object, and return an initial interface pointer back to the client) |
the class hosted in the in-proc server DLL is activated for background activation, and its Run method is invoked | Класс, размещённый во внутрипроцессной серверной DLL, будет активирован для фоновой активации, будет вызван метод Run этого класса (Visual Studio 2012) |