C# Class Microsoft.ManagementConsole.SnapInBase

Inheritance: ISynchronizeInvoke
Afficher le fichier Open project: SiteView/ECC8.13 Class Usage Examples

Private Properties

Свойство Type Description
AddSharedData void
BeginInvoke IAsyncResult
CreateView IMessageClient
GetMdiSharedData object
Initialize void
Initialized void
PostInitialize void
PreInitialize void
ProcessNotification void
ProcessRequest void
RemoveMdiSharedData void
RemoveSharedData void
SetMdiSharedData void
SnapInBase Microsoft.ManagementConsole.Internal

Méthodes publiques

Méthode Description
BeginInvoke ( Delegate method ) : IAsyncResult
EndInvoke ( IAsyncResult result ) : object
Invoke ( Delegate method ) : object
Invoke ( Delegate method, object args ) : object
RegisterCurrentThreadForUI ( ) : void
ShowHelpTopic ( string helpTopic ) : void
UnregisterCurrentThreadForUI ( ) : void

Méthodes protégées

Méthode Description
OnInitialize ( ) : void
OnShutdown ( AsyncStatus status ) : void

Private Methods

Méthode Description
AddSharedData ( SharedData sharedData ) : void
BeginInvoke ( Delegate method, object args ) : IAsyncResult
CreateView ( int nodeId, int componentId, int viewDescriptionId, int viewInstanceId ) : IMessageClient
GetMdiSharedData ( int componentId ) : object
Initialize ( ) : void
Initialized ( ) : void
PostInitialize ( ) : void
PreInitialize ( ) : void
ProcessNotification ( Notification notification ) : void
ProcessRequest ( Request request ) : void
RemoveMdiSharedData ( int componentId ) : void
RemoveSharedData ( SharedData sharedData ) : void
SetMdiSharedData ( int componentId, object value ) : void
SnapInBase ( ) : Microsoft.ManagementConsole.Internal

Method Details

BeginInvoke() public méthode

public BeginInvoke ( Delegate method ) : IAsyncResult
method System.Delegate
Résultat IAsyncResult

EndInvoke() public méthode

public EndInvoke ( IAsyncResult result ) : object
result IAsyncResult
Résultat object

Invoke() public méthode

public Invoke ( Delegate method ) : object
method System.Delegate
Résultat object

Invoke() public méthode

public Invoke ( Delegate method, object args ) : object
method System.Delegate
args object
Résultat object

OnInitialize() protected méthode

protected OnInitialize ( ) : void
Résultat void

OnShutdown() protected méthode

protected OnShutdown ( AsyncStatus status ) : void
status AsyncStatus
Résultat void

RegisterCurrentThreadForUI() public méthode

public RegisterCurrentThreadForUI ( ) : void
Résultat void

ShowHelpTopic() public méthode

public ShowHelpTopic ( string helpTopic ) : void
helpTopic string
Résultat void

UnregisterCurrentThreadForUI() public méthode

public UnregisterCurrentThreadForUI ( ) : void
Résultat void