dll加载路径错误
This commit is contained in:
BIN
resources/hardware_monitor/Aga.Controls.dll
Normal file
BIN
resources/hardware_monitor/Aga.Controls.dll
Normal file
Binary file not shown.
BIN
resources/hardware_monitor/Aga.Controls.pdb
Normal file
BIN
resources/hardware_monitor/Aga.Controls.pdb
Normal file
Binary file not shown.
BIN
resources/hardware_monitor/Demo.sys
Normal file
BIN
resources/hardware_monitor/Demo.sys
Normal file
Binary file not shown.
Binary file not shown.
@ -3,6 +3,8 @@ Assembly LibreHardwareManagerManaged2, Version=1.0.*, Culture=固定语言(固
|
||||
hash=SHA1, flags=PublicKey
|
||||
Assembly mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:
|
||||
hash=None, flags=None
|
||||
Assembly Aga.Controls, Version=1.7.*, Culture=固定语言(固定国家/地区):
|
||||
hash=None, flags=None
|
||||
Assembly LibreHardwareMonitorLib, Version=0.9.*, Culture=固定语言(固定国家/地区):
|
||||
hash=None, flags=None
|
||||
Assembly System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -108,15 +108,8 @@
|
||||
Support for the NZXT GRID+ V3 devices.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV2">
|
||||
<summary>
|
||||
Support for the Kraken X (X42, X52, X62 or X72) devices.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:LibreHardwareMonitor.Hardware.Controller.Nzxt.KrakenV3">
|
||||
<summary>
|
||||
Support for the KrakenZ devices.
|
||||
</summary>
|
||||
Support for the KrakenZ devices from NZXT
|
||||
</member>
|
||||
<member name="M:LibreHardwareMonitor.Hardware.Cpu.CpuId.#ctor(System.Int32,System.Int32,LibreHardwareMonitor.Hardware.GroupAffinity)">
|
||||
<summary>
|
||||
@ -152,19 +145,6 @@
|
||||
Sets the default fan speed.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:LibreHardwareMonitor.Hardware.Gpu.AmdGpu.GetAdlSensor(LibreHardwareMonitor.Interop.AtiAdlxx.ADLPMLogData,LibreHardwareMonitor.Interop.AtiAdlxx.ADLPMLogDataOutput,LibreHardwareMonitor.Interop.AtiAdlxx.ADLPMLogSensors,LibreHardwareMonitor.Hardware.Sensor,System.Single,System.Boolean)">
|
||||
<summary>
|
||||
Gets a sensor value.
|
||||
</summary>
|
||||
|
||||
<param name="adlPMLogData">Current pmlog struct, used with pmlog-support/start.</param>
|
||||
<param name="od8Log">Legacy pmlogdataoutput struct, used with ADL2_New_QueryPMLogData_Get.</param>
|
||||
<param name="sensorType">Type of the sensor.</param>
|
||||
<param name="sensor">The sensor.</param>
|
||||
<param name="factor">The factor.</param>
|
||||
<param name="reset">If set to <c>true</c>, resets the sensor value to <c>null</c>.</param>
|
||||
<returns>true if sensor is supported, false otherwise</returns>
|
||||
</member>
|
||||
<member name="M:LibreHardwareMonitor.Hardware.Gpu.AmdGpu.GetODNTemperature(LibreHardwareMonitor.Interop.AtiAdlxx.ADLODNTemperatureType,LibreHardwareMonitor.Hardware.Sensor,System.Double,System.Double,System.Boolean)">
|
||||
<summary>
|
||||
Gets the OverdriveN temperature.
|
||||
@ -175,6 +155,16 @@
|
||||
<param name="scale">The scale.</param>
|
||||
<param name="reset">If set to <c>true</c>, resets the sensor value to <c>null</c>.</param>
|
||||
</member>
|
||||
<member name="M:LibreHardwareMonitor.Hardware.Gpu.AmdGpu.GetPMLog(LibreHardwareMonitor.Interop.AtiAdlxx.ADLPMLogDataOutput,LibreHardwareMonitor.Interop.AtiAdlxx.ADLSensorType,LibreHardwareMonitor.Hardware.Sensor,System.Single,System.Boolean)">
|
||||
<summary>
|
||||
Gets a PMLog sensor value.
|
||||
</summary>
|
||||
<param name="data">The data.</param>
|
||||
<param name="sensorType">Type of the sensor.</param>
|
||||
<param name="sensor">The sensor.</param>
|
||||
<param name="factor">The factor.</param>
|
||||
<param name="reset">If set to <c>true</c>, resets the sensor value to <c>null</c>.</param>
|
||||
</member>
|
||||
<member name="M:LibreHardwareMonitor.Hardware.Gpu.AmdGpu.GetOD6Power(LibreHardwareMonitor.Interop.AtiAdlxx.ADLODNCurrentPowerType,LibreHardwareMonitor.Hardware.Sensor)">
|
||||
<summary>
|
||||
Gets the Overdrive6 power.
|
||||
@ -446,14 +436,6 @@
|
||||
<param name="identifier">Base identifier being the beginning of the new one.</param>
|
||||
<param name="extensions">Additional parts by which the base <see cref="T:LibreHardwareMonitor.Hardware.Identifier" /> will be extended.</param>
|
||||
</member>
|
||||
<member name="M:LibreHardwareMonitor.Hardware.Identifier.#ctor(HidSharp.HidDevice)">
|
||||
<summary>
|
||||
Creates a new identifier instance based on the supplied <see cref="T:HidSharp.HidDevice" />.
|
||||
If available the identifier will consist of the vendor-id, product-id and serial number of the HidDevice.
|
||||
Alternatively a platform dependent identifier based on the usb device-path is generated.
|
||||
</summary>
|
||||
<param name="dev">The <see cref="T:HidSharp.HidDevice" /> this identifier will be created for.</param>
|
||||
</member>
|
||||
<member name="M:LibreHardwareMonitor.Hardware.Identifier.CompareTo(LibreHardwareMonitor.Hardware.Identifier)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
@ -802,9 +784,6 @@
|
||||
<member name="F:LibreHardwareMonitor.Hardware.Motherboard.Lpc.EC.EmbeddedController.ECSensor.TempTSensor">
|
||||
<summary>"T_Sensor" temperature sensor reading [℃]</summary>
|
||||
</member>
|
||||
<member name="F:LibreHardwareMonitor.Hardware.Motherboard.Lpc.EC.EmbeddedController.ECSensor.TempTSensor2">
|
||||
<summary>"T_Sensor 2" temperature sensor reading [℃]</summary>
|
||||
</member>
|
||||
<member name="F:LibreHardwareMonitor.Hardware.Motherboard.Lpc.EC.EmbeddedController.ECSensor.TempVrm">
|
||||
<summary>VRM temperature [℃]</summary>
|
||||
</member>
|
||||
@ -848,7 +827,7 @@
|
||||
different for each motherboard model.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="T:LibreHardwareMonitor.Hardware.Motherboard.Lpc.IsaBridgeGigabyteController">
|
||||
<member name="T:LibreHardwareMonitor.Hardware.Motherboard.Lpc.GigabyteController">
|
||||
<summary>
|
||||
This is a controller present on some Gigabyte motherboards for both Intel and AMD, that is in custom firmware
|
||||
loaded onto the 2nd ITE EC.
|
||||
@ -856,19 +835,19 @@
|
||||
This class can disable it so that the regular IT87XX code can drive the fans.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:LibreHardwareMonitor.Hardware.Motherboard.Lpc.IsaBridgeGigabyteController._controllerBaseAddress">
|
||||
<member name="F:LibreHardwareMonitor.Hardware.Motherboard.Lpc.GigabyteController._controllerBaseAddress">
|
||||
<summary>
|
||||
Base address in PCI RAM that maps to the EC's RAM
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:LibreHardwareMonitor.Hardware.Motherboard.Lpc.IsaBridgeGigabyteController.Enable(System.Boolean)">
|
||||
<member name="M:LibreHardwareMonitor.Hardware.Motherboard.Lpc.GigabyteController.Enable(System.Boolean)">
|
||||
<summary>
|
||||
Enable/Disable Fan Control
|
||||
</summary>
|
||||
<param name="enabled"></param>
|
||||
<returns>true on success</returns>
|
||||
</member>
|
||||
<member name="M:LibreHardwareMonitor.Hardware.Motherboard.Lpc.IsaBridgeGigabyteController.Restore">
|
||||
<member name="M:LibreHardwareMonitor.Hardware.Motherboard.Lpc.GigabyteController.Restore">
|
||||
<summary>
|
||||
Restore settings back to initial values
|
||||
</summary>
|
||||
@ -1471,9 +1450,7 @@
|
||||
</member>
|
||||
<member name="P:LibreHardwareMonitor.Hardware.MemoryDevice.Size">
|
||||
<summary>
|
||||
Gets the size of the memory device.
|
||||
If the value is 0, no memory device is installed in the socket.
|
||||
If the value is 0xFFFF, the size is unknown.
|
||||
Gets the size of the memory device. If the value is 0, no memory device is installed in the socket.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:LibreHardwareMonitor.Hardware.MemoryDevice.Speed">
|
||||
@ -1771,63 +1748,6 @@
|
||||
There's no Linux XDisplay in Linux Console environment.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:LibreHardwareMonitor.Interop.AtiAdlxx.ADLPMLogSupportInfo.usSensors">
|
||||
list of sensors defined by ADL_PMLOG_SENSORS
|
||||
</member>
|
||||
<member name="F:LibreHardwareMonitor.Interop.AtiAdlxx.ADLPMLogSupportInfo.iReserved">
|
||||
Reserved
|
||||
</member>
|
||||
<member name="F:LibreHardwareMonitor.Interop.AtiAdlxx.ADLPMLogStartInput.usSensors">
|
||||
list of sensors defined by ADL_PMLOG_SENSORS
|
||||
</member>
|
||||
<member name="F:LibreHardwareMonitor.Interop.AtiAdlxx.ADLPMLogStartInput.ulSampleRate">
|
||||
Sample rate in milliseconds
|
||||
</member>
|
||||
<member name="F:LibreHardwareMonitor.Interop.AtiAdlxx.ADLPMLogStartInput.iReserved">
|
||||
Reserved
|
||||
</member>
|
||||
<member name="F:LibreHardwareMonitor.Interop.AtiAdlxx.ADLPMLogStartOutput.pLoggingAddress">
|
||||
Pointer to memory address containing logging data
|
||||
</member>
|
||||
<member name="F:LibreHardwareMonitor.Interop.AtiAdlxx.ADLPMLogData.ulVersion">
|
||||
Structure version
|
||||
</member>
|
||||
<member name="F:LibreHardwareMonitor.Interop.AtiAdlxx.ADLPMLogData.ulActiveSampleRate">
|
||||
Current driver sample rate
|
||||
</member>
|
||||
<member name="F:LibreHardwareMonitor.Interop.AtiAdlxx.ADLPMLogData.ulLastUpdated">
|
||||
Timestamp of last update
|
||||
</member>
|
||||
<member name="F:LibreHardwareMonitor.Interop.AtiAdlxx.ADLPMLogData.ulReserved">
|
||||
Reserved
|
||||
</member>
|
||||
<member name="F:LibreHardwareMonitor.Interop.AtiAdlxx.ADLMemoryInfoX4.iMemorySize">
|
||||
Memory size in bytes.
|
||||
</member>
|
||||
<member name="F:LibreHardwareMonitor.Interop.AtiAdlxx.ADLMemoryInfoX4.strMemoryType">
|
||||
Memory type in string.
|
||||
</member>
|
||||
<member name="F:LibreHardwareMonitor.Interop.AtiAdlxx.ADLMemoryInfoX4.iMemoryBandwidth">
|
||||
Highest default performance level Memory bandwidth in Mbytes/s
|
||||
</member>
|
||||
<member name="F:LibreHardwareMonitor.Interop.AtiAdlxx.ADLMemoryInfoX4.iHyperMemorySize">
|
||||
HyperMemory size in bytes.
|
||||
</member>
|
||||
<member name="F:LibreHardwareMonitor.Interop.AtiAdlxx.ADLMemoryInfoX4.iInvisibleMemorySize">
|
||||
Invisible Memory size in bytes.
|
||||
</member>
|
||||
<member name="F:LibreHardwareMonitor.Interop.AtiAdlxx.ADLMemoryInfoX4.iVisibleMemorySize">
|
||||
Visible Memory size in bytes.
|
||||
</member>
|
||||
<member name="F:LibreHardwareMonitor.Interop.AtiAdlxx.ADLMemoryInfoX4.iVramVendorRevId">
|
||||
Vram vendor ID
|
||||
</member>
|
||||
<member name="F:LibreHardwareMonitor.Interop.AtiAdlxx.ADLMemoryInfoX4.iMemoryBandwidthX2">
|
||||
Memory Bandiwidth that is calculated and finalized on the driver side, grab and go.
|
||||
</member>
|
||||
<member name="F:LibreHardwareMonitor.Interop.AtiAdlxx.ADLMemoryInfoX4.iMemoryBitRateX2">
|
||||
Memory Bit Rate that is calculated and finalized on the driver side, grab and go.
|
||||
</member>
|
||||
<member name="F:LibreHardwareMonitor.Interop.Kernel32.NVME_CRITICAL_WARNING.AvailableSpaceLow">
|
||||
<summary>
|
||||
If set to 1, then the available spare space has fallen below the threshold.
|
||||
|
BIN
resources/hardware_monitor/Microsoft.Win32.TaskScheduler.dll
Normal file
BIN
resources/hardware_monitor/Microsoft.Win32.TaskScheduler.dll
Normal file
Binary file not shown.
BIN
resources/hardware_monitor/Newtonsoft.Json.dll
Normal file
BIN
resources/hardware_monitor/Newtonsoft.Json.dll
Normal file
Binary file not shown.
BIN
resources/hardware_monitor/OxyPlot.WindowsForms.dll
Normal file
BIN
resources/hardware_monitor/OxyPlot.WindowsForms.dll
Normal file
Binary file not shown.
BIN
resources/hardware_monitor/OxyPlot.dll
Normal file
BIN
resources/hardware_monitor/OxyPlot.dll
Normal file
Binary file not shown.
BIN
resources/hardware_monitor/System.CodeDom.dll
Normal file
BIN
resources/hardware_monitor/System.CodeDom.dll
Normal file
Binary file not shown.
BIN
resources/hardware_monitor/System.IO.Ports.dll
Normal file
BIN
resources/hardware_monitor/System.IO.Ports.dll
Normal file
Binary file not shown.
BIN
resources/hardware_monitor/System.Management.dll
Normal file
BIN
resources/hardware_monitor/System.Management.dll
Normal file
Binary file not shown.
BIN
resources/hardware_monitor/System.Security.AccessControl.dll
Normal file
BIN
resources/hardware_monitor/System.Security.AccessControl.dll
Normal file
Binary file not shown.
BIN
resources/hardware_monitor/System.Security.Principal.Windows.dll
Normal file
BIN
resources/hardware_monitor/System.Security.Principal.Windows.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
resources/hardware_monitor/icon.png
Normal file
BIN
resources/hardware_monitor/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
Reference in New Issue
Block a user