C# Class XenUpdater.AutoUpdate.Win32Impl

Show file Open project: xenserver/win-xenguestagent

Public Methods

Method Description
Is64BitOS ( ) : bool
IsWOW64 ( ) : bool

Private Methods

Method Description
GetCurrentProcess ( ) : IntPtr
GetModuleHandle ( string moduleName ) : IntPtr
GetProcAddress ( IntPtr hModule, [ procName ) : IntPtr
IsWow64Process ( IntPtr hProcess, bool &wow64Process ) : bool

Method Details

Is64BitOS() public static method

public static Is64BitOS ( ) : bool
return bool

IsWOW64() public static method

public static IsWOW64 ( ) : bool
return bool