Environment.Is64BitProcess Özellik

Tanım

Geçerli işlemin 64 bitlik bir işlem olup olmadığını gösteren bir değer alır.

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

Özellik Değeri

Boolean

true işlem 64 bit ise; aksi takdirde , false.

Şunlara uygulanır