VSPIAImporterClass Class

 

Implemented by all wrapping tools.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

System.Object
  Microsoft.VisualStudio.Shell.Interop.VSPIAImporterClass

[ClassInterfaceAttribute(0)]
[GuidAttribute("A353805B-8A96-479B-83EB-2EA3F69A674C")]
[ComConversionLossAttribute]
[TypeLibTypeAttribute(2)]
public class VSPIAImporterClass : IVsTypeLibraryWrapper, VSPIAImporter

NameDescription
System_CAPS_pubmethodVSPIAImporterClass()

Initializes a new instance of the VSPIAImporterClass class.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetMainWrapperFilename(TLIBATTR[], String)

Gets the filename for a given type library.

System_CAPS_pubmethodGetMainWrapperFriendlyName(TLIBATTR[], String)

Gets the name that is displayed in the project system when the component is referred to.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodNeedsRegeneration(TLIBATTR[], String, String, Int32, Int32, String, Int32)

Determines whether a given wrapper for a given type library needs to be regenerated.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodWrapTypeLibrary(TLIBATTR[], String, String, String, Int32, IVsTypeLibraryWrapperCallback, IntPtr[], IntPtr[], IntPtr[], IntPtr[], UInt32)

Finds or encapsulates wrappers for the requested type library as well as any dependent type libraries.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: