IVsTypeLibraryWrapper Members
Include Protected Members
Include Inherited Members
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This interface is implemented by all wrapping tools.
The IVsTypeLibraryWrapper type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetMainWrapperFilename | Infrastructure. Gets the filename for a given type library. | |
GetMainWrapperFriendlyName | Infrastructure. Gets the name that is displayed in the project system when the component is referred to. | |
NeedsRegeneration | Infrastructure. Determines whether a given wrapper for a given type library needs to be regenerated. | |
WrapTypeLibrary | Infrastructure. Finds or encapsulates wrappers for the requested type library as well as any dependent type libraries. |
Top