DictionaryForumContacts

   German
Terms containing Assembly | all forms | exact matches only
SubjectGermanEnglish
comp., MSAgent-Assemblyagent assembly (A generated assembly for a Dynamics Tools project that contains agent code)
comp., MSAssembly mit erneuter Zielzuweisungretargetable 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)
med.Assembly-Proteinassembly protein
comp., MSentladbare Assemblycollectible 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)
comp., MSfreigegebene Assemblyshared 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)
comp., MSFriend-Assemblyfriend 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)
abbr.General AssemblyGA
lawLaw on Public Assembly VenuesVersammlungsstattenverordnung (makhno)
comp., MS.NET-Assembly-Connector.NET Assembly Connector (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)
comp., MS.NET-Konnektivitäts-Assembly.NET Connectivity Assembly (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)
comp., MSprivate Assemblyprivate assembly (An assembly that is available only to clients in the same directory structure as the assembly)