DictionaryForumContacts

   English
Terms for subject Microsoft containing assemblies | all forms | exact matches only
EnglishRussian
agent assemblyсборка агента (A generated assembly for a Dynamics Tools project that contains agent code)
Application Assemblies Galleryколлекция сборок приложений (The site collection level gallery containing the binary assemblies that are used by code method business data actions, or External Data Parts. Rori)
assembly access specifierспецификатор доступа к сборке (Visual Studio 2013 ssn)
assembly access specifierспецификатор уровня доступа сборки (Visual Studio 2013 ssn)
assembly-based localization modelмодель локализации на основе сборок (Alex_Odeychuk)
assembly cacheкэш сборок (A machine-wide code cache used for side-by-side storage of assemblies. There are two parts to the cache: the global assembly cache contains assemblies that are explicitly installed to be shared among many applications on the computer; the download cache stores code downloaded from Internet or intranet sites, isolated to the application that triggered the download so that code downloaded on behalf of one application/page does not impact other applications)
assembly connectorсоединитель сборки (ssn)
Assembly contains multiple implementationsСборка содержит несколько реализаций (Windows 8 Rori)
assembly fileфайл сборки (A file that is part on an assembly)
assembly-level attributeатрибут уровня сборки (Alex_Odeychuk)
assembly-qualified nameимя с указанием сборки (The name of a type that includes the name of the assembly from which the type was loaded. Rori)
be embedded in an assemblyвнедряться в сборку (Alex_Odeychuk)
collectible assemblyзабираемая сборка (A transient dynamic assembly that you generate at run time by using the classes in the System.Reflection.Emit namespace, subject to certain restrictions. When you have released all references to all instances of the types in the collectible assembly and to all objects that were used to create the assembly, the common language runtime unloads the assembly from memory without unloading the application domain. This is the only circumstance in which an assembly can be unloaded without unloading the application domain)
deployed into satellite assembliesразвёрнутый во вспомогательных сборках (Alex_Odeychuk)
dynamic assemblyдинамическая сборка (Alex_Odeychuk)
expression host assemblyхранилище сборки выражений (All expressions found within a report are that are compiled into an assembly. The expression host assembly is stored as a part of the compiled report)
friend assemblyдружественная сборка (An assembly that can access another assembly's internal types and members. Ordinarily, types and members with internal scope (in C) and friend scope (in Visual Basic) are visible only in the assembly in which they are defined. In the .NET Framework, you can make the types and members visible to additional (friend) assemblies by using the InternalsVisibleToAttribute attribute)
global assembly cacheглобальный кэш сборок (A computer-wide code cache that stores assemblies specifically installed to be shared by many applications on the computer)
included in satellite assembliesвнедрённый во вспомогательные сборки (говоря о ресурсах Alex_Odeychuk)
interop assemblyсборка взаимодействия (An assembly containing definitions of COM types described in metadata. An interop assembly is typically produced by the Type Library Importer (Tlbimp.exe))
invalid assembly access specifierнедопустимый спецификатор доступа к сборке (Visual Studio 2013 ssn)
invalid assembly access specifierнедопустимый спецификатор уровня доступа сборки (Visual Studio 2013 ssn)
main project assemblyсборка основного проекта (Alex_Odeychuk)
managed assembly loadзагрузка управляемой сборки (из кн.: Рихтер Дж. CLR via C#. – 4-е изд. – СПб.: Питер, 2013 Alex_Odeychuk)
.NET assembly connectorсоединитель сборки .NET (ssn)
.NET Assembly Connectorсоединитель сборки .NET (An out-of-the-box BDC connector that ships with WSS. It provides the ability to host .NET Connectivity Assemblies, enabling users to easily add custom data sources or do data mashups)
.NET Connectivity Assemblyсборка подключения .NET (A .NET assembly that implements connectivity operations such as custom data access, aggregation, and data transformations. Each class in this assembly typically maps to an external content type and each operation supported by the external content type maps to a method inside the class)
Optional name of assembly containing the task.Необязательное имя сборки, содержащей задачу (Visual Studio 2012 Rori)
Querying referencing assembliesзапрос ссылающихся сборок (Visual Studio 2013 Rori)
Referencing Assembliesссылающиеся сборки (Visual Studio 2012 Rori)
Referencing Assembliesссылающиеся сборки (Rori)
retargetable assemblyперенацеливаемая сборка (An assembly that belongs to more than one implementation of the .NET Framework, or an assembly that has been built on more than one implementation of the .NET Framework with the same strong name and with appropriate attributes. Applications that use retargetable assemblies can run on any .NET Framework implementation where those assemblies have been built. For example, applications that are built to use the .NET Compact Framework can run on the desktop implementation of the .NET Framework)
runtime assemblyсборка среды выполнения (Alex_Odeychuk)
satellite assemblyвспомогательная сборка (A .NET Framework assembly containing resources specific to a given language. Using satellite assemblies, you can place the resources for difference languages in different assemblies, and the correct assembly is loaded into memory only if the user elects to view that application in that language)
SDK reference assemblyссылочная сборка комплекта разработки программного обеспечения (Alex_Odeychuk)
self-describing assemblyсамоописываемая сборка (Рихтер Дж. CLR via C#. Программирование на платформе Microsoft .NET Framework 4.5 на языке C#, 2013 Alex_Odeychuk)
shared assemblyобщая сборка (An assembly that can be referenced by more than one application. An assembly must be explicitly built to be shared by giving it a cryptographically strong name)
strongly named assemblyсборка со строгим именем, строго именованная сборка (VesVniman)
strong-named assemblyсборка со строгим именем, строго именованная сборка (VesVniman)
test stub assemblyсборка тестовой заглушки (Exchange Server 2010 ssn)