Environment.Is64BitOperatingSystem Propriété

Définition

Obtient une valeur qui indique si le système d’exploitation actuel est un système d’exploitation 64 bits.

public:
 static property bool Is64BitOperatingSystem { bool get(); };
public static bool Is64BitOperatingSystem { get; }
member this.Is64BitOperatingSystem : bool
Public Shared ReadOnly Property Is64BitOperatingSystem As Boolean

Valeur de propriété

Boolean

true s'il s'agit d'un système d'exploitation 64 bits ; sinon, false.

S’applique à