BMXNET 4.0 Developer API

The EntryAssemblyInfo type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
AssemblyCompany
Convienence method to provide information from the AssembleInfo
Copy Code
            [assembly: AssemblyCompany("IHS")]
            
AssemblyCopyright
Convienence method to provide information from the AssembleInfo
Copy Code
            [assembly: AssemblyCopyright("IHS 2009")]
            
AssemblyDescription
Convienence method to provide information from the AssembleInfo
Copy Code
            [assembly: AssemblyDescription("A test application")]
            
AssemblyProduct
Convienence method to provide information from the AssembleInfo
Copy Code
            [assembly: AssemblyProduct("IndianHealthService.BMXNet.Test")]
            
AssemblyTitle
Convienence method to provide information from the AssembleInfo
Copy Code
            [assembly: AssemblyTitle("IndianHealthService.BMXNet.Test")]
            
AssemblyVersion
Convienence method to provide information from the AssembleInfo
Copy Code
            [assembly: AssemblyVersion("2.0.0.0")]    
            

See Also