BMXNET 4.0 Developer API

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

Namespace:  IndianHealthService.BMXNet.Util
Assembly:  BMXNET40 (in BMXNET40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static class EntryAssemblyInfo
Public NotInheritable Class EntryAssemblyInfo
public ref class EntryAssemblyInfo abstract sealed

Members

      
 All Members  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")]    
            

Inheritance Hierarchy

System..::.Object
  IndianHealthService.BMXNet.Util..::.EntryAssemblyInfo

See Also