UIAutomation.LogHelper.LogCmdlet C# (CSharp) Method

LogCmdlet() public method

public LogCmdlet ( CommonCmdletBase cmdlet ) : void
cmdlet CommonCmdletBase
return void
        public virtual void LogCmdlet(CommonCmdletBase cmdlet)
        {
            Info(GetObjectPropertiesInfo(cmdlet));
        }