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

SelectionData() private method

private SelectionData ( ) : Microsoft.ManagementConsole.Internal
return Microsoft.ManagementConsole.Internal
        private SelectionData()
        {
            this._id = -1;
            this._uniqueNodeTypes = new Guid[0];
            this._sharedData = new WritableSharedData();
            this._description = string.Empty;
            this._actionsPaneItems = new ActionsPaneItemCollection();
            this._actionsPaneHelpItems = new ActionsPaneItemCollection();
            this._pasteTargetInfo = new PasteTargetInfo();
        }

Same methods

SelectionData::SelectionData ( View view ) : Microsoft.ManagementConsole.Internal