ExecutableClass Struct
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.
String to indicate if the executable is 32 or 64 bit.
public readonly struct ExecutableClass : IEquatable<Azure.ResourceManager.IotFirmwareDefense.Models.ExecutableClass>
type ExecutableClass = struct
Public Structure ExecutableClass
Implements IEquatable(Of ExecutableClass)
- Inheritance
-
ExecutableClass
- Implements
Constructors
ExecutableClass(String) |
Initializes a new instance of ExecutableClass. |
Properties
X64 |
The binary is 64-bit. |
X86 |
The binary is 32-bit. |
Methods
Equals(ExecutableClass) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ExecutableClass, ExecutableClass) |
Determines if two ExecutableClass values are the same. |
Implicit(String to ExecutableClass) |
Converts a String to a ExecutableClass. |
Inequality(ExecutableClass, ExecutableClass) |
Determines if two ExecutableClass values are not the same. |