DynamicTypeService Methods

 

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

NameDescription
System_CAPS_pubmethodCreateDynamicAssembly(String^)

This method creates a new assembly whose contents are the given assembly file.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetContextTypeResolver(IVsHierarchy^)

Gets a type resolver for the specified hierarchy node.

System_CAPS_pubmethodGetContextTypeResolver(IVsHierarchy^, UInt32)

Gets a type resolver for the specified hierarchy node and item ID.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetTypeDiscoveryService(IVsHierarchy^)

Gets a type discovery service for the specified hierarchy node.

System_CAPS_pubmethodGetTypeDiscoveryService(IVsHierarchy^, UInt32)

Gets a type discovery service for the specified hierarchy node and item ID.

System_CAPS_pubmethodGetTypeResolutionService(IVsHierarchy^)

Gets a type resolution service for a given hierarchy node.

System_CAPS_pubmethodGetTypeResolutionService(IVsHierarchy^, UInt32)

Gets a type resolution service for a given hierarchy node and item ID.

System_CAPS_pubmethodIsDynamicAssembly(AssemblyName^)

Determines whether or not the specified assembly has been dynamically created.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodOnAssemblyDeleted(AssemblyDeletedEventArgs^)

Raised when an assembly has been deleted.

System_CAPS_pubmethodOnAssemblyObsolete(AssemblyObsoleteEventArgs^)

Raised when an assembly has been made obsolete.

System_CAPS_pubmethodOnAssemblyRefreshed(AssemblyRefreshedEventArgs^)

Raised when an assembly has been refreshed, for example when it has been rebuilt and the name or configuration has changed.

System_CAPS_pubmethodOnTypeObsolete(TypeObsoleteEventArgs^)

Raised when a type has been made obsolete, that is, when it no longer resolves.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: