ArcFM Engine Developer Guide
AssemblyData Class Properties


For a list of all members of this type, see AssemblyData members.

Public Properties
 NameDescription
Public PropertyAssemblyBuildReturns the assembly build number (Build) as defined by the AssemblyVersion attribute in the AssemblyInfo.cs file of the assembly.  
Public PropertyAssemblyVersionReturns the assembly version number (Major.Miner) as defined by the AssemblyVersion attribute in the AssemblyInfo.cs file of the assembly.  
Public PropertyConfigurationReturns a product configuration description as defined in the AssemblyConfigurationAttribute in the MainAssembly.  
Public PropertyCopyrightReturns the copyright notice as defined by the AssemblyCopyright attribute in the AssemblyInfo.cs file of the assembly.  
Public Propertystatic (Shared in Visual Basic)LayoutInfoReturns the layout information that provides the vendor and product  
Public PropertyMainWindowInfoReturns the custom attribute AssemblyMainWindowInfoAttribute.  
Public PropertyProductBuildReturns "Build " plus the product build number of this product as defined by the custom AssemblyProductBuild attribute in the AssemblyInfo.cs file of the assembly.  
Public PropertyProductDescriptionReturns a description of this product as defined by the AssemblyDescription attribute in the AssemblyInfo.cs file of the assembly.  
Public PropertyProductNameReturns the name of this product as defined by the AssemblyProduct attribute in the AssemblyInfo.cs file of the assembly.  
Public PropertyProductVersionReturns "Version " plus the product version of this product as defined by the custom AssemblyProductVersion attribute in the AssemblyInfo.cs file of the assembly.  
Public PropertyResourceInfoReturns the custom attribute AssemblyResourcesAttribute.  
Public Propertystatic (Shared in Visual Basic)SplashScreenInfoReturns the custom attribute AssemblySplashScreenInfoAttribute.  
Top
See Also

Reference

AssemblyData Class
Miner.Windows Namespace

 

 


Send Comment