AvatarsConquest/Docs/types/HardwareInfo.html

40 lines
3.2 KiB
HTML

<html>
<head>
<title>RunUO Documentation - Class Overview - HardwareInfo</title>
</head>
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
<h4><a href="../namespaces/Server.html">Back to Server</a></h4>
<h2>HardwareInfo</h2>
(<font color="blue">static</font>) <font color="blue">void</font> HWInfo_OnCommand( <!-- DBG-0 --><a href="CommandEventArgs.html">CommandEventArgs</a> e )<br>
(<font color="blue">static</font>) <font color="blue">void</font> HWInfo_OnTarget( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <font color="blue">object</font> obj )<br>
(<font color="blue">static</font>) <font color="blue">void</font> Initialize()<br>
(<font color="blue">static</font>) <font color="blue">void</font> OnReceive( <!-- DBG-0 --><a href="NetState.html">NetState</a> state, <!-- DBG-0 --><a href="PacketReader.html">PacketReader</a> pvSrc )<br>
(<font color="blue">ctor</font>) HardwareInfo()<br>
<font color="blue">int</font> ClientsInstalled( <font color="blue">get</font>; )<br>
<font color="blue">int</font> ClientsRunning( <font color="blue">get</font>; )<br>
<font color="blue">int</font> CpuClockSpeed( <font color="blue">get</font>; )<br>
<font color="blue">int</font> CpuFamily( <font color="blue">get</font>; )<br>
<font color="blue">int</font> CpuManufacturer( <font color="blue">get</font>; )<br>
<font color="blue">int</font> CpuModel( <font color="blue">get</font>; )<br>
<font color="blue">int</font> CpuQuantity( <font color="blue">get</font>; )<br>
<font color="blue">int</font> Distribution( <font color="blue">get</font>; )<br>
<font color="blue">int</font> DXMajor( <font color="blue">get</font>; )<br>
<font color="blue">int</font> DXMinor( <font color="blue">get</font>; )<br>
<font color="blue">int</font> InstanceID( <font color="blue">get</font>; )<br>
<font color="blue">string</font> Language( <font color="blue">get</font>; )<br>
<font color="blue">int</font> OSMajor( <font color="blue">get</font>; )<br>
<font color="blue">int</font> OSMinor( <font color="blue">get</font>; )<br>
<font color="blue">int</font> OSRevision( <font color="blue">get</font>; )<br>
<font color="blue">int</font> PartialInstalled( <font color="blue">get</font>; )<br>
<font color="blue">int</font> PhysicalMemory( <font color="blue">get</font>; )<br>
<font color="blue">int</font> ScreenDepth( <font color="blue">get</font>; )<br>
<font color="blue">int</font> ScreenHeight( <font color="blue">get</font>; )<br>
<font color="blue">int</font> ScreenWidth( <font color="blue">get</font>; )<br>
DateTime TimeReceived( <font color="blue">get</font>; )<br>
<font color="blue">string</font> Unknown( <font color="blue">get</font>; )<br>
<font color="blue">string</font> VCDescription( <font color="blue">get</font>; )<br>
<font color="blue">int</font> VCDeviceID( <font color="blue">get</font>; )<br>
<font color="blue">int</font> VCMemory( <font color="blue">get</font>; )<br>
<font color="blue">int</font> VCVendorID( <font color="blue">get</font>; )<br>
</body>
</html>