AppMetrics.AgentService.Program.MessageBox C# (CSharp) 메소드

MessageBox() 개인적인 메소드

private MessageBox ( IntPtr hWnd, string text, string caption, MessageBoxOptions type ) : int
hWnd System.IntPtr
text string
caption string
type MessageBoxOptions
리턴 int
        public static extern int MessageBox(IntPtr hWnd, string text, string caption, MessageBoxOptions type);