Microsoft.Win32.SafeNativeMethods.MessageBox C# (CSharp) Метод

MessageBox() приватный Метод

private MessageBox ( HandleRef hWnd, string text, string caption, int type ) : int
hWnd System.Runtime.InteropServices.HandleRef
text string
caption string
type int
Результат int
        public static extern int MessageBox(HandleRef hWnd, string text, string caption, int type);