UIAutomation.GetWindowCmdletBase.GetWindowCmdletBase C# (CSharp) Method

GetWindowCmdletBase() public method

public GetWindowCmdletBase ( ) : System.Management.Automation
return System.Management.Automation
        public GetWindowCmdletBase()
        {
            Class = string.Empty;
            AutomationId = string.Empty;
            Recurse = false;
            UseNameAuIdClass = true;
        }
        #endregion Constructor
GetWindowCmdletBase