C# 클래스 DroidExplorer.Bootstrapper.Requirements

파일 보기 프로젝트 열기: camalot/droidexplorer

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
Is32BitProcessOn64BitProcessor ( ) : bool

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

IsWow64Process ( [ hProcess, [ lpSystemInfo ) : bool

메소드 상세

HasDotNet35SP1OrGreater() 공개 정적인 메소드

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

Is64Bit() 공개 정적인 메소드

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

IsCorrectPlatform() 공개 정적인 메소드

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