Microsoft.ManagementConsole.NamespaceSnapInBase.PreInitialize C# (CSharp) Method

PreInitialize() private method

private PreInitialize ( ) : void
return void
        internal override void PreInitialize()
        {
            base.PreInitialize();
            if (base.SnapInPlatform == null)
            {
                throw new Exception(Microsoft.ManagementConsole.Internal.Utility.LoadResourceString(Microsoft.ManagementConsole.Internal.Strings.InternalNamespaceSnapInBasePreInitializeNullPlatform));
            }
            this._nodeSyncManager.Initialize(base.SnapInPlatform);
            this._console.Initialize(base.SnapInPlatform);
            this.SynchronizeMmc();
        }