Environment.Is64BitProcess Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der aktuelle Prozess ein 64-Bit-Prozess ist.

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

Eigenschaftswert

true, wenn der aktuelle Prozess ein 64-Bit-Prozess ist, andernfalls false.

Gilt für: