运用API函数获取系统信息

运用API函数获取系统信息<HTML>
运用API函数获取系统信息    
<HEAD>
运用API函数获取系统信息        
<title>SystemInfo</title>
运用API函数获取系统信息        
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
运用API函数获取系统信息        
<meta name="CODE_LANGUAGE" Content="C#">
运用API函数获取系统信息        
<meta name="vs_defaultClientScript" content="JavaScript">
运用API函数获取系统信息        
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
运用API函数获取系统信息    
</HEAD>
运用API函数获取系统信息    
<body MS_POSITIONING="GridLayout">
运用API函数获取系统信息        
<form id="Form1" method="post" runat="server">
运用API函数获取系统信息            
<colgroup>
运用API函数获取系统信息                
<col width="50%">
运用API函数获取系统信息                
<col width="50%">
运用API函数获取系统信息            
</colgroup>
运用API函数获取系统信息            
<table width="100%">
运用API函数获取系统信息                
<tr>
运用API函数获取系统信息                    
<td bgcolor="#99ccff">Window及系统路径:</td>
运用API函数获取系统信息                    
<td bgcolor="#99ccff">系统日期信息:</td>
运用API函数获取系统信息                
</tr>
运用API函数获取系统信息                
<tr>
运用API函数获取系统信息                    
<td>
运用API函数获取系统信息                        
<asp:Label id="WindowsDirectory" runat="server">WindowsDirectory</asp:Label></td>
运用API函数获取系统信息                    
<td>
运用API函数获取系统信息                        
<asp:Label id="Date" runat="server">Date</asp:Label></td>
运用API函数获取系统信息                
</tr>
运用API函数获取系统信息                
<tr>
运用API函数获取系统信息                    
<td>
运用API函数获取系统信息                        
<asp:Label id="SystemDirectory" runat="server">SystemDirectoryLabel</asp:Label></td>
运用API函数获取系统信息                    
<td>
运用API函数获取系统信息                        
<asp:Label id="Time" runat="server">Time</asp:Label></td>
运用API函数获取系统信息                
</tr>
运用API函数获取系统信息                
<tr>
运用API函数获取系统信息                    
<td bgcolor="#99ccff">内存信息:</td>
运用API函数获取系统信息                    
<td bgcolor="#99ccff">CUP信息:</td>
运用API函数获取系统信息                
</tr>
运用API函数获取系统信息                
<tr>
运用API函数获取系统信息                    
<td>
运用API函数获取系统信息                        
<asp:Label id="MemoryLoad" runat="server">MemoryLoad</asp:Label></td>
运用API函数获取系统信息                    
<td>
运用API函数获取系统信息                        
<asp:Label id="NumberOfProcessors" runat="server">NumberOfProcessorsLabel</asp:Label></td>
运用API函数获取系统信息                
</tr>
运用API函数获取系统信息                
<tr>
运用API函数获取系统信息                    
<td>
运用API函数获取系统信息                        
<asp:Label id="TotalPhys" runat="server">TotalPhys</asp:Label></td>
运用API函数获取系统信息                    
<td>
运用API函数获取系统信息                        
<asp:Label id="ProcessorType" runat="server">ProcessorTypeLabel</asp:Label></td>
运用API函数获取系统信息                
</tr>
运用API函数获取系统信息                
<tr>
运用API函数获取系统信息                    
<td>
运用API函数获取系统信息                        
<asp:Label id="AvailPhys" runat="server">AvailPhys</asp:Label></td>
运用API函数获取系统信息                    
<td>
运用API函数获取系统信息                        
<asp:Label id="ProcessorLevel" runat="server">ProcessorLevelLabel</asp:Label></td>
运用API函数获取系统信息                
</tr>
运用API函数获取系统信息                
<tr>
运用API函数获取系统信息                    
<td>
运用API函数获取系统信息                        
<asp:Label id="TotalPageFile" runat="server">TotalPageFile</asp:Label></td>
运用API函数获取系统信息                    
<td>
运用API函数获取系统信息                        
<asp:Label id="OemId" runat="server">OemIdLabel</asp:Label></td>
运用API函数获取系统信息                
</tr>
运用API函数获取系统信息                
<tr>
运用API函数获取系统信息                    
<td>
运用API函数获取系统信息                        
<asp:Label id="AvailPageFile" runat="server">AvailPageFile</asp:Label></td>
运用API函数获取系统信息                    
<td>
运用API函数获取系统信息                        
<asp:Label id="PageSize" runat="server">PageSize</asp:Label></td>
运用API函数获取系统信息                
</tr>
运用API函数获取系统信息                
<tr>
运用API函数获取系统信息                    
<td>
运用API函数获取系统信息                        
<asp:Label id="TotalVirtual" runat="server">TotalVirtualLabel</asp:Label></td>
运用API函数获取系统信息                    
<td></td>
运用API函数获取系统信息                
</tr>
运用API函数获取系统信息                
<tr>
运用API函数获取系统信息                    
<td>
运用API函数获取系统信息                        
<asp:Label id="AvailVirtual" runat="server">AvailVirtualLabel</asp:Label></td>
运用API函数获取系统信息                    
<td></td>
运用API函数获取系统信息                
</tr>
运用API函数获取系统信息            
</table>
运用API函数获取系统信息            
<asp:Button id="Button1" style="Z-INDEX: 101; LEFT: 752px; POSITION: absolute; TOP: 304px" Runat="server" Text="获取"></asp:Button>
运用API函数获取系统信息        
</form>
运用API函数获取系统信息    
</body>
运用API函数获取系统信息
</HTML>

运用API函数获取系统信息public class SystemInfo : System.Web.UI.Page

相关文章: