C# Class Microsoft.ManagementConsole.Internal.SnapInUIThreadTable

Show file Open project: SiteView/ECC8.13

Private Properties

Property Type Description
RegisterThreadWithExecutive void

Public Methods

Method Description
Initialize ( ISnapInPlatform snapInPlatform ) : void
RegisterCurrentThread ( bool register ) : void

Private Methods

Method Description
RegisterThreadWithExecutive ( uint threadId, bool register ) : void

Method Details

Initialize() public method

public Initialize ( ISnapInPlatform snapInPlatform ) : void
snapInPlatform ISnapInPlatform
return void

RegisterCurrentThread() public method

public RegisterCurrentThread ( bool register ) : void
register bool
return void