BMXNET 4.0 Developer API
Convienence class to provide information from the AssembleInfo
Namespace:
IndianHealthService.BMXNet.UtilCopy 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")] |
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 |
Member | Description | ||||
---|---|---|---|---|---|
AssemblyCompany |
Convienence method to provide information from the AssembleInfo
| ||||
AssemblyCopyright |
Convienence method to provide information from the AssembleInfo
| ||||
AssemblyDescription |
Convienence method to provide information from the AssembleInfo
| ||||
AssemblyProduct |
Convienence method to provide information from the AssembleInfo
| ||||
AssemblyTitle |
Convienence method to provide information from the AssembleInfo
| ||||
AssemblyVersion |
Convienence method to provide information from the AssembleInfo
|