AppMetrics.AgentService.Program.MessageBox C# (CSharp) Method

MessageBox() private method

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