IVsTypeLibraryWrapperBatchSupport Members
Include Protected Members
Include Inherited Members
Wraps types in batch mode and processes them for a specific application domain.
The IVsTypeLibraryWrapperBatchSupport type exposes the following members.
Methods
Name | Description | |
---|---|---|
StartBatch | Creates an application domain to work in and starts the batch processing of types. Unloads the application domain when finished. Creates an exception if the batch processing failed to perform as expected. | |
StopBatch | Unloads the application domain after batch processing is complete. Creates an exception if the batch processing failed to perform as expected. |
Top