BuildingCoder.CmdDemoCheck.GetWindowTextUsingNet C# (CSharp) Method

GetWindowTextUsingNet() static private method

static private GetWindowTextUsingNet ( ) : string
return string
        static string GetWindowTextUsingNet()
        {
            return System.Diagnostics.Process.
            GetCurrentProcess().MainWindowTitle;
        }