C# 클래스 BlueCollar.Service.NativeMethods

Native methods.
파일 보기 프로젝트 열기: ChadBurggraf/blue-collar

공개 메소드들

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