| 
               | 
            
              Assembly
             | 
          
The AssemblyInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| 
                 | 
              Assembly | Gets the underlying Assembly being represented by this AssemblyInfo object. | 
| 
                 | 
              BuildDate | Gets the date and time when the Assembly was built. | 
| 
                 | 
              CallingAssembly | Gets the AssemblyInfo object of the assembly that invoked the currently executing method. | 
| 
                 | 
              CLSCompliant | Gets a boolean value indicating whether the Assembly is CLS-compliant. | 
| 
                 | 
              CodeBase | Gets the location of the Assembly as specified originally. | 
| 
                 | 
              ComCompatibleVersion | Gets the string representing the assembly version used to indicate to a COM client that all classes in the current version of the assembly are compatible with classes in an earlier version of the assembly. | 
| 
                 | 
              Company | Gets the company name information of the Assembly. | 
| 
                 | 
              ComVisible | Gets a boolean value indicating if the Assembly is exposed to COM. | 
| 
                 | 
              Configuration | Gets the configuration information of the Assembly. | 
| 
                 | 
              Copyright | Gets the copyright information of the Assembly. | 
| 
                 | 
              CultureName | Gets the culture name of the Assembly. | 
| 
                 | 
              Debuggable | Gets a boolean value indicating if the Assembly was built in debug mode. | 
| 
                 | 
              DelaySign | Gets a boolean value indicating if the Assembly has been built as delay-signed. | 
| 
                 | 
              Description | Gets the description information of the Assembly. | 
| 
                 | 
              EntryAssembly | Gets the AssemblyInfo object of the process executable in the default application domain. | 
| 
                 | 
              ExecutingAssembly | Gets the AssemblyInfo object of the assembly that contains the code that is currently executing. | 
| 
                 | 
              FullName | Gets the display name of the Assembly. | 
| 
                 | 
              GACLoaded | Gets a boolean value indicating whether the Assembly was loaded from the global assembly cache. | 
| 
                 | 
              Guid | Gets the GUID that is used as an ID if the Assembly is exposed to COM. | 
| 
                 | 
              ImageRuntimeVersion | Gets the string representing the version of the common language runtime (CLR) saved in the file containing the manifest. | 
| 
                 | 
              InformationalVersion | Gets the version information of the Assembly. | 
| 
                 | 
              KeyFile | Gets the name of the file containing the key pair used to generate a strong name for the attributed Assembly. | 
| 
                 | 
              Location | Gets the path or UNC location of the loaded file that contains the manifest. | 
| 
                 | 
              Name | Gets the simple, unencrypted name of the Assembly. | 
| 
                 | 
              Product | Gets the product name information of the Assembly. | 
| 
                 | 
              RootNamespace | Gets the root namespace of the Assembly. | 
| 
                 | 
              SatelliteContractVersion | Gets the assembly version used to instruct the System.Resources.ResourceManager to ask for a particular version of a satellite assembly to simplify updates of the main assembly of an application. | 
| 
                 | 
              Title | Gets the title information of the Assembly. | 
| 
                 | 
              Trademark | Gets the trademark information of the Assembly. | 
| 
                 | 
              TypeLibVersion | Gets the string representing the Assembly version number in MajorVersion.MinorVersion format. | 
| 
                 | 
              Version | Gets the major, minor, revision, and build numbers of the Assembly. |