ArcFM Desktop Developer Guide
AssemblyData Class Members
Properties 


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The following tables list the members exposed by AssemblyData.

Public Constructors
 NameDescription
Public ConstructorAssemblyData ConstructorConstructs an instance to use to access to assembly attribute information for the specified assembly.  
Top
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