UIAutomation.GetControlCmdletBase.GetControlCmdletBase C# (CSharp) Method

GetControlCmdletBase() public method

public GetControlCmdletBase ( ) : System.Management.Automation
return System.Management.Automation
        public GetControlCmdletBase()
        {
            Class = string.Empty;
            Name = string.Empty;
            AutomationId = string.Empty;
            Value = string.Empty;
            
            InputObject =
                new IUiElement[] { CurrentData.CurrentWindow };
            
            // CacheRequest
            FromCache = Preferences.FromCache;
            
            Regex = false;
        }
        #endregion Constructor
GetControlCmdletBase