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);