ComputerInfo.OsHardwareAbstractionLayer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Version of the operating system's Hardware Abstraction Layer (HAL)
public:
property System::String ^ OsHardwareAbstractionLayer { System::String ^ get(); };
public:
property Platform::String ^ OsHardwareAbstractionLayer { Platform::String ^ get(); };
public string OsHardwareAbstractionLayer { get; }
member this.OsHardwareAbstractionLayer : string
Public ReadOnly Property OsHardwareAbstractionLayer As String