UIAutomation.HasScriptBlockCmdletBase.HasScriptBlockCmdletBase C# (CSharp) Method

HasScriptBlockCmdletBase() public method

public HasScriptBlockCmdletBase ( ) : System
return System
        public HasScriptBlockCmdletBase()
        {
            TestPassed = false;

            Highlight = Preferences.Highlight;
            HighlightParent = Preferences.HighlightParent;
//            this.HighlightFirstChild = Preferences.HighlightFirstChild;
            KnownIssue = false;
            Banner = string.Empty;
            
            // 20140130
            UiaAutomation = AutomationFactory.GetMyAutomation();
        }
        #endregion Constructor