C# Class BlueCollar.Service.NativeMethods

Native methods.
Afficher le fichier Open project: ChadBurggraf/blue-collar

Méthodes publiques

Méthode Description
IsOS64Bit ( ) : bool

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

Private Methods

Méthode Description
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

Method Details

IsOS64Bit() public static méthode

Gets a value indicating whether the current environment is 64-bit.
public static IsOS64Bit ( ) : bool
Résultat bool