Click or drag to resize

AssemblyInfo Properties

The AssemblyInfo type exposes the following members.

Properties
  Name Description
Public property Assembly Gets the underlying Assembly being represented by this AssemblyInfo object.
Public property BuildDate Gets the date and time when the Assembly was built.
Public property Static member CallingAssembly Gets the AssemblyInfo object of the assembly that invoked the currently executing method.
Public property CLSCompliant Gets a boolean value indicating whether the Assembly is CLS-compliant.
Public property CodeBase Gets the location of the Assembly as specified originally.
Public property 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.
Public property Company Gets the company name information of the Assembly.
Public property ComVisible Gets a boolean value indicating if the Assembly is exposed to COM.
Public property Configuration Gets the configuration information of the Assembly.
Public property Copyright Gets the copyright information of the Assembly.
Public property CultureName Gets the culture name of the Assembly.
Public property Debuggable Gets a boolean value indicating if the Assembly was built in debug mode.
Public property DelaySign Gets a boolean value indicating if the Assembly has been built as delay-signed.
Public property Description Gets the description information of the Assembly.
Public property Static member EntryAssembly Gets the AssemblyInfo object of the process executable in the default application domain.
Public property Static member ExecutingAssembly Gets the AssemblyInfo object of the assembly that contains the code that is currently executing.
Public property FullName Gets the display name of the Assembly.
Public property GACLoaded Gets a boolean value indicating whether the Assembly was loaded from the global assembly cache.
Public property Guid Gets the GUID that is used as an ID if the Assembly is exposed to COM.
Public property ImageRuntimeVersion Gets the string representing the version of the common language runtime (CLR) saved in the file containing the manifest.
Public property InformationalVersion Gets the version information of the Assembly.
Public property KeyFile Gets the name of the file containing the key pair used to generate a strong name for the attributed Assembly.
Public property Location Gets the path or UNC location of the loaded file that contains the manifest.
Public property Name Gets the simple, unencrypted name of the Assembly.
Public property Product Gets the product name information of the Assembly.
Public property RootNamespace Gets the root namespace of the Assembly.
Public property 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.
Public property Title Gets the title information of the Assembly.
Public property Trademark Gets the trademark information of the Assembly.
Public property TypeLibVersion Gets the string representing the Assembly version number in MajorVersion.MinorVersion format.
Public property Version Gets the major, minor, revision, and build numbers of the Assembly.
Top
See Also