GR.Gambling.VenueClient.GetWindow C# (CSharp) Method

GetWindow() public method

public GetWindow ( string title_begins, string &matched_title ) : Window
title_begins string
matched_title string
return GR.Win32.Window
        public Window GetWindow(string[] title_begins, out string matched_title)
        {
            return Window.GetOpenWindowFromProcessID(this.process.Id, title_begins, out matched_title);
        }