C# Класс Microsoft.VisualStudio.Project.IntegrationTests.NativeMethods

Defines pinvoked utility methods and internal VS Constants
Показать файл Открыть проект

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

Метод Описание
IsSamePath ( string file1, string file2 ) : bool

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

Метод Описание
AttachThreadInput ( uint idAttach, uint idAttachTo, bool attach ) : bool
DispatchMessage ( [ msg ) : int
EndDialog ( IntPtr hDlg, int result ) : bool
EnumChildWindows ( IntPtr hwnd, CallBack x, IntPtr y ) : int
GetClassName ( IntPtr hWnd, StringBuilder className, int stringLength ) : int
GetCurrentThreadId ( ) : uint
GetLastError ( ) : long
GetWindowText ( IntPtr hWnd, StringBuilder className, int stringLength ) : int
GetWindowThreadProcessId ( IntPtr hWnd, uint &lpdwProcessId ) : uint
HResultFromWin32 ( long error ) : long
IsWindowVisible ( IntPtr hDlg ) : bool
MsgWaitForMultipleObjects ( int nCount, int pHandles, bool fWaitAll, int dwMilliseconds, int dwWakeMask ) : int
PeekMessage ( [ msg, HandleRef hwnd, int msgMin, int msgMax, int remove ) : bool
SendMessage ( IntPtr hWnd, UInt32 Msg, UInt32 wParam, IntPtr lParam ) : UInt32
SetFocus ( IntPtr hWnd ) : IntPtr
TranslateMessage ( [ msg ) : bool

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

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

public static IsSamePath ( string file1, string file2 ) : bool
file1 string
file2 string
Результат bool