Velaptor.IPlatform
Velaptor
Velaptor
IPlatform Interface
Represents the current platform.
public interface IPlatform
Derived
↳ Platform
Properties
CurrentPlatform
Gets the current platform of the system.
System.Runtime.InteropServices.OSPlatform CurrentPlatform { get; }
Property Value
System.Runtime.InteropServices.OSPlatform
Is32BitProcess
Gets a value indicating whether or not the system is a 32 bit process.
bool Is32BitProcess { get; }
Property Value
Is64BitProcess
Gets a value indicating whether or not the system is a 64 bit process.
bool Is64BitProcess { get; }