Skip to main content
Version: 1.0.0-preview.47

Velaptor.Platform

Velaptor​

Velaptor​

Platform Class​

Represents the current platform.

public sealed class Platform : Velaptor.IPlatform

Inheritance System.Object → Platform

Implements IPlatform

Properties​

CurrentPlatform​

Gets the current platform of the system.

public System.Runtime.InteropServices.OSPlatform CurrentPlatform { get; }

Implements CurrentPlatform

Property Value​

System.Runtime.InteropServices.OSPlatform

Is32BitProcess​

Gets a value indicating whether the system is a 32 bit process.

public bool Is32BitProcess { get; }

Implements Is32BitProcess

Property Value​

System.Boolean

Is64BitProcess​

Gets a value indicating whether the system is a 64 bit process.

public bool Is64BitProcess { get; }

Implements Is64BitProcess

Property Value​

System.Boolean