Method | Description | |
---|---|---|
AutomationScope ( IServiceProvider provider ) : System |
Defines the beginning of the scope of an automation function. This constuctor calls EnterAutomationFunction to signal the Shell that the current function is changing the status of the automation objects.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
ExitAutomation ( ) : void |
Ends the scope of the automation function. This function is also called by the Dispose method.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public AutomationScope ( IServiceProvider provider ) : System | ||
provider | IServiceProvider | |
return | System |