C# Class Microsoft.ManagementConsole.Advanced.NamespaceExtension

Inheritance: Microsoft.ManagementConsole.NamespaceSnapInBase
Show file Open project: SiteView/ECC8.13

Protected Methods

Method Description
NamespaceExtension ( ) : Microsoft.ManagementConsole
OnRetrievePersistenceKey ( ) : string
OnSharedDataChanged ( SharedDataItem item ) : void

Private Methods

Method Description
Initialize ( ) : void
PostInitialize ( ) : void
ProcessNotification ( Notification notification ) : void
ProcessRequest ( Request request ) : void
SharedDataChanged ( object sender, SharedDataChangedEventArgs e ) : void

Method Details

NamespaceExtension() protected method

protected NamespaceExtension ( ) : Microsoft.ManagementConsole
return Microsoft.ManagementConsole

OnRetrievePersistenceKey() protected method

protected OnRetrievePersistenceKey ( ) : string
return string

OnSharedDataChanged() protected method

protected OnSharedDataChanged ( SharedDataItem item ) : void
item Microsoft.ManagementConsole.SharedDataItem
return void