Class PlatformInfo
- Namespace
- Alis.Core.Aspect.Data.Dll
- Assembly
- Alis.dll
The platform info class
public class PlatformInfo
Inheritance
Inherited Members
Constructors
PlatformInfo(OSPlatform, Architecture)
Initializes a new instance of the Alis.Core.Aspect.Data.Dll.PlatformInfo class
public PlatformInfo(OSPlatform platform, Architecture arch)
Parameters
platform
OSPlatform-
The platform
arch
Architecture-
The arch
Properties
Arch
Gets the value of the arch
public Architecture Arch { get; }
Property Value
Platform
Gets the value of the platform
public OSPlatform Platform { get; }
Property Value
Methods
Equals(object)
Describes whether this instance equals
public override bool Equals(object obj)
Parameters
obj
object-
The obj
Returns
- bool
-
The bool
GetHashCode()
Gets the hash code
public override int GetHashCode()
Returns
- int
-
The int