DictionaryForumContacts

   German
Google | Forvo | +
Friend-Assembly m
comp., MS 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)