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