C# Класс BlueCollar.Service.NativeMethods

Native methods.
Показать файл Открыть проект

Открытые методы

Метод Описание
IsOS64Bit ( ) : bool

Gets a value indicating whether the current environment is 64-bit.

Приватные методы

Метод Описание
GetIsWow64ProcessDelegate ( ) : IsWow64ProcessDelegate

Gets a bound IsWow64ProcessDelegate.

GetProcAddress ( IntPtr hwnd, string procedureName ) : IntPtr
Is32BitProcessOn64BitProcessor ( ) : bool

Gets a value indicating whether the current process is running as 32-bit on a 64-bit processor.

LoadLibrary ( string libraryName ) : IntPtr

Описание методов

IsOS64Bit() публичный статический Метод

Gets a value indicating whether the current environment is 64-bit.
public static IsOS64Bit ( ) : bool
Результат bool