Assemblies should explicitly state their CLS compliance using the CLSCompliant attribute. An assembly without this attribute is not CLS-compliant. Assemblies, modules, and types can be CLS-compliant even if some parts of the assembly, module, or type are not CLS-compliant. The following rules apply: 1) If the element is marked CLSCompliant, any noncompliant members must have the CLSCompliant attribute present with its argument set to false. 2) A comparable CLS-compliant alternative member must be supplied for each member that is not CLS-compliant.
Assemblies only have access to the Clipboard to paste content from the same application domain. The ability to copy and cut ...
Assemblies only have access to the Open File dialog box and Save File dialog box, and are permitted to open and save files ...
Assemblies only have access to the Open File dialog box, and are permitted to open files through this dialog. This permission ...
Assemblies only have access to the Save File dialog box, and are permitted to save files through this dialog. This permission ...
Assemblies should explicitly state their CLS compliance using the CLSCompliant attribute. An assembly without this attribute ...
Assemblies should use version numbers. The version number is considered part of an assembly's identity. Versioning is applied ...
Assemblies that match this code group s membership condition are only granted this code group's permission set even if other ...
Assemblies that meet this code group's membership condition will receive the permissions in the permission set specified ...
Assemblies that reference System.Windows.Forms should have the STAThreadAttribute. Failure to apply this attribute will most ...