Environment.Is64BitProcess Proprietà

Definizione

Ottiene un valore che indica se il processo corrente è a 64 bit.

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

Valore della proprietà

true se il processo è a 64 bit; in caso contrario, false.

Si applica a