C# Class DroidExplorer.Bootstrapper.Requirements

Mostra file Open project: camalot/droidexplorer

Public Methods

Method Description
HasDotNet35SP1OrGreater ( ) : bool

Determines whether the machine has .net framework 3.5 sp1 or greater installed

Is64Bit ( ) : bool

Checks if the running on 64 bit

IsCorrectPlatform ( ) : bool

Determines whether if the installer is the correct one for the platform.

Private Methods

Method Description
Is32BitProcessOn64BitProcessor ( ) : bool

Checks if the process is 32 bit running on a 64 bit processor.

IsWow64Process ( [ hProcess, [ lpSystemInfo ) : bool

Method Details

HasDotNet35SP1OrGreater() public static method

Determines whether the machine has .net framework 3.5 sp1 or greater installed
public static HasDotNet35SP1OrGreater ( ) : bool
return bool

Is64Bit() public static method

Checks if the running on 64 bit
public static Is64Bit ( ) : bool
return bool

IsCorrectPlatform() public static method

Determines whether if the installer is the correct one for the platform.
public static IsCorrectPlatform ( ) : bool
return bool