Skip to main content
Version: 1.0.0-preview.44

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 the system is a 32 bit process.

bool Is32BitProcess { get; }

Property Value​

System.Boolean

Is64BitProcess​

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

bool Is64BitProcess { get; }

Property Value​

System.Boolean