Class AssemblyInfo
Provides properties for getting the information about the assembly file, such as the version number, product information, public key xml, and so on.
Inheritance
System.Object
    AssemblyInfo
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: DevZest.Licensing
Assembly: DevZest.Licensing.dll
Syntax
public class AssemblyInfo
  Remarks
When create a new instance of AssemblyInfo class, the assembly is loaded in another System.AppDomain. This System.AppDomain is unloaded after getting the information about the assembly.
Constructors
| Name | Description | 
|---|---|
| AssemblyInfo(String) | Initializes a new instance of the AssemblyInfo class with the specified assembly file.  | 
      
Properties
| Name | Description | 
|---|---|
| AssemblyData | Gets the assembly data.  | 
      
| AssemblyFileVersion | Gets the assembly file version.  | 
      
| AssemblyVersion | Gets the assembly version.  | 
      
| LicenseItems | Gets the license items defined in the assembly.  | 
      
| Product | Gets the product information.  | 
      
| PublicKeyXml | Gets the public key XML.  | 
      
| ReleaseDate | Gets the release date.  | 
      
Methods
| Name | Description | 
|---|---|
| GetReleaseDate(Version) | Gets release date from the specified version number.  |