Environment.Is64BitProcess Eigenschap

Definitie

Hiermee wordt een waarde opgehaald die aangeeft of het huidige proces een 64-bits proces is.

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

Waarde van eigenschap

true als het proces 64-bits is; anders, false.

Van toepassing op