zoukankan      html  css  js  c++  java
  • MiTeC System Information Component Suite 10.9.2 D5-XE3 Full Source

    The most complex system information probe in Delphi world, it consists of many standalone components covering many system information problematic, and it includes:

      • TMiTeC_SystemInfo gathers all following components to one for simple use
      • TMiTeC_AD explores ActiveDirectory
      • TMiTeC_APM provides informaton about Advanced Power Management
      • TMiTeC_BT detects Bluetooth devices using Native Bluetooth Enumerator)
      • TMiTeC_CPU provides detailed CPU information
      • TMiTeC_Devices provides devices information like Windows Device Manager
      • TMiTeC_Disk provides logical drive information
      • TMiTeC_Display provides display adapter information
      • TMiTeC_DMA provides direct memory acceess
      • TMiTeC_DriveContent scans and saves specified drive content
      • TMiTeC_Engines provides information about various installed engines
      • TMiTeC_EventLog digs information from Windows EventLog
      • TMiTeC_Machine provides informaton about computer or virtual machine, BIOS etc.
      • TMiTeC_Media provides media devices information
      • TMiTeC_Memory provides memory information
      • TMiTeC_Monitor provides all connected moitors information
      • TMiTeC_MSProduct detects some Microsoft products installed and their product keys
      • TMiTeC_Network provides network card info, TCP/IP ad Winsock config, installed protocols, clients and services.
      • TMiTeC_OperatingSystem provides OS detailed information, Locale, Timezone, NT specific info, hotfixes, internet settings etc.
      • TMiTeC_Printers detects installed printers and their properties
      • TMiTeC_ProcessList collects list of running processes, services, drivers and windows and their properties
      • TMiTeC_Security detects installed AntiViruses, AntiSpyware and Firewalls
      • TMiTeC_SMBIOS reads SMBIOS information from memory
      • TMiTeC_Software provides list of installed software
      • TMiTeC_Startup provides list of applications that are started during system startup
      • TMiTeC_Storage detects S-ATA, ATA, ATAPI, RAID, SCSI, USB, Firewire storage devices and their parameters
      • TMiTeC_USB detects USB ports and devices and their parameters
      • TMiTeC_WIFI detects available Wi-Fi networks with all their parameters
      • TMiTeC_DeviceMonitor detects and fires event whenever any usb, firewire etc. device or volume is connected or disconnected to machine.
      • TMiTeC_DiskMonitor watches specified drive or path and fires event when specified event occurs
      • TProcMonThread monitors given process via its Process IDentifier and provides basic process properties, memory, CPU and I/O process usage, enumerates process threads with their runtime properties.
      • TSysMonThread monitors system and provides basic properties and CPU, memory and disks usage. This class is so-called singleton - it means it ensures to be instantiated only once per application
  • 相关阅读:
    UESTC--1727
    css3制作左右拉伸动画菜单
    Mysql主从数据库(master/slave),实现读写分离
    阿里云Centos7.6上面部署基于redis的分布式爬虫scrapy-redis将任务队列push进redis
    利用基于Go Lang的Hugo配合nginx来打造属于自己的纯静态博客系统
    Centos7.6上利用docker搭建Jenkins来自动化部署Django项目
    使用基于Vue.js和Hbuilder的混合模式移动开发打造属于自己的移动app
    Centos7.6上部署Supervisor来监控和操作各类服务
    Centos上配置nginx+uwsgi+负载均衡配置
    Websocket---认识篇
  • 原文地址:https://www.cnblogs.com/findumars/p/6408200.html
Copyright © 2011-2022 走看看