Microsoft.ManagementConsole.View.View C# (CSharp) Method

View() private method

private View ( ) : Microsoft.ManagementConsole.Internal
return Microsoft.ManagementConsole.Internal
        internal View()
        {
            if (this._snapIn == null)
            {
                throw new Exception(Microsoft.ManagementConsole.Internal.Utility.FormatResourceString(Microsoft.ManagementConsole.Internal.Strings.ExceptionCommonWrongThread, new object[] { "View" }));
            }
            this._messageClient = new ViewMessageClient(this);
        }