Microsoft.Win32.SafeNativeMethods.MessageBox C# (CSharp) Method

MessageBox() private method

private MessageBox ( HandleRef hWnd, string text, string caption, int type ) : int
hWnd System.Runtime.InteropServices.HandleRef
text string
caption string
type int
return int
        public static extern int MessageBox(HandleRef hWnd, string text, string caption, int type);