 
            | Miner.Windows Assembly > Miner.Windows Namespace : AssemblyData Class | 
For a list of all members of this type, see AssemblyData members.
| Name | Description | |
|---|---|---|
|  | AssemblyBuild | Returns the assembly build number (Build) as defined by the AssemblyVersion attribute in the AssemblyInfo.cs file of the assembly. | 
|  | AssemblyVersion | Returns the assembly version number (Major.Miner) as defined by the AssemblyVersion attribute in the AssemblyInfo.cs file of the assembly. | 
|  | Configuration | Returns a product configuration description as defined in the AssemblyConfigurationAttribute in the MainAssembly. | 
|  | Copyright | Returns the copyright notice as defined by the AssemblyCopyright attribute in the AssemblyInfo.cs file of the assembly. | 
|   | LayoutInfo | Returns the layout information that provides the vendor and product | 
|  | MainWindowInfo | Returns the custom attribute AssemblyMainWindowInfoAttribute. | 
|  | ProductBuild | Returns "Build " plus the product build number of this product as defined by the custom AssemblyProductBuild attribute in the AssemblyInfo.cs file of the assembly. | 
|  | ProductDescription | Returns a description of this product as defined by the AssemblyDescription attribute in the AssemblyInfo.cs file of the assembly. | 
|  | ProductName | Returns the name of this product as defined by the AssemblyProduct attribute in the AssemblyInfo.cs file of the assembly. | 
|  | ProductVersion | Returns "Version " plus the product version of this product as defined by the custom AssemblyProductVersion attribute in the AssemblyInfo.cs file of the assembly. | 
|  | ResourceInfo | Returns the custom attribute AssemblyResourcesAttribute. | 
|   | SplashScreenInfo | Returns the custom attribute AssemblySplashScreenInfoAttribute. |