DictionaryForumContacts

   English
Terms for subject Microsoft containing assembly | all forms | exact matches only
EnglishPolish
activity assemblyplik zestawu działania (A .DLL or an .EXE file containing a .NET assembly that implements the logic for a workflow activity)
agent assemblyzestaw agenta (A generated assembly for a Dynamics Tools project that contains agent code)
assembly cachepamięć podręczna zestawów (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 fileplik zestawu (A file that is part on an assembly)
assembly manifestmanifest zestawu (An integral part of every assembly that renders the assembly self-describing. The assembly manifest contains the assembly's metadata. The manifest establishes the assembly identity, specifies the files that make up the assembly implementation, specifies the types and resources that make up the assembly, itemizes the compile-time dependencies on other assemblies, and specifies the set of permissions required for the assembly to run properly. This information is used at run time to resolve references, enforce version binding policy, and validate the integrity of loaded assemblies. The self-describing nature of assemblies also helps makes zero-impact install and XCOPY deployment feasible)
assembly metadatametadane zestawu (Metadata that is part of the assembly manifest)
expression host assemblyzestaw hosta wyrażeń (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 assemblyprzyjazny zestaw (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 cacheGlobal Assembly Cache (A computer-wide code cache that stores assemblies specifically installed to be shared by many applications on the computer)
interop assemblyzestaw międzyoperacyjny (An assembly containing definitions of COM types described in metadata. An interop assembly is typically produced by the Type Library Importer (Tlbimp.exe))
logger assemblyzestaw rejestratora (An assembly that contains a class that implements the Microsoft.Build.Framework.ILogger interface)
primary interop assemblypodstawowy zestaw międzyoperacyjny (An assembly containing definitions of COM types that is distributed and digitally signed by the author of the COM component. Visual Studio uses a registered primary interop assembly by default when a developer references a type in the corresponding type library)
private assemblyzestaw prywatny (An assembly that is available only to clients in the same directory structure as the assembly)
satellite assemblyzestaw satelicki (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)
shared assemblyzespół udostępniony (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)