• ArmDot Home
  • Documentation
  • Tutorial
  • API
  • Download
Show / Hide Table of Contents
  • Getting Started
  • Tutorial
  • MSBuild Obfuscation Task
  • Embedded Files
    • Embedded Files
    • Predefined Directories
  • Key Generators
    • Key Generator for PHP
    • Key Generator for C/C++
  • Command Line Tools
    • ArmDotConsole.exe
  • API
    • ArmDot.Api.Keys
      • LicenseKey
      • LicenseKeyDecoderError
      • LicenseKeyDecoderException
    • ArmDot.Client
      • Api
      • Api.Hardware
      • Api.LicenseKeyState
      • EmbedFileAttribute
      • HideStringsAttribute
      • IntegrityCheckingAttribute
      • ObfuscateControlFlowAttribute
      • ObfuscateNamesAttribute
      • ObfuscateNamespacesAttribute
      • ProtectEmbeddedResourcesAttribute
      • VirtualizeCodeAttribute
    • ArmDot.Engine.MSBuildTasks
      • ObfuscateTask
  • Obfuscation Attributes
  • Stack Trace Deobfuscation
  • ArmDot Warnings
    • How to disable a warning?
    • Warning ARMDOT0001
    • Warning ARMDOT0002
    • Warning ARMDOT0003
    • Warning ARMDOT0004
    • Warning ARMDOT0005
    • Warning ARMDOT0006
    • Warning ARMDOT0007
    • Warning ARMDOT0008
  • Glossary
    • Hardware Id
  • License
  • Activation

Class Api.Hardware

Contains possible values of hardware that are used to generate hardware id.

Also see ArmDot.Client.Api.GetCurrentMachineHardwareId.

Inheritance
object
Api.Hardware
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ArmDot.Client
Assembly: ArmDot.Client.dll
Syntax
public static class Api.Hardware

Fields

CPU

Contains possible values of hardware that are used to generate hardware id.

Also see ArmDot.Client.Api.GetCurrentMachineHardwareId.

Declaration
public const byte CPU = 2
Field Value
Type Description
byte

HDD

Contains possible values of hardware that are used to generate hardware id.

Also see ArmDot.Client.Api.GetCurrentMachineHardwareId.

Declaration
public const byte HDD = 1
Field Value
Type Description
byte

Motherboard

Contains possible values of hardware that are used to generate hardware id.

Also see ArmDot.Client.Api.GetCurrentMachineHardwareId.

Declaration
public const byte Motherboard = 4
Field Value
Type Description
byte
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX