DynamicTypeService Methods
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
| Name | Description | |
|---|---|---|
![]() | CreateDynamicAssembly(String^) | This method creates a new assembly whose contents are the given assembly file. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetContextTypeResolver(IVsHierarchy^) | Gets a type resolver for the specified hierarchy node. |
![]() | GetContextTypeResolver(IVsHierarchy^, UInt32) | Gets a type resolver for the specified hierarchy node and item ID. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetTypeDiscoveryService(IVsHierarchy^) | Gets a type discovery service for the specified hierarchy node. |
![]() | GetTypeDiscoveryService(IVsHierarchy^, UInt32) | Gets a type discovery service for the specified hierarchy node and item ID. |
![]() | GetTypeResolutionService(IVsHierarchy^) | Gets a type resolution service for a given hierarchy node. |
![]() | GetTypeResolutionService(IVsHierarchy^, UInt32) | Gets a type resolution service for a given hierarchy node and item ID. |
![]() | IsDynamicAssembly(AssemblyName^) | Determines whether or not the specified assembly has been dynamically created. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnAssemblyDeleted(AssemblyDeletedEventArgs^) | Raised when an assembly has been deleted. |
![]() | OnAssemblyObsolete(AssemblyObsoleteEventArgs^) | Raised when an assembly has been made obsolete. |
![]() | OnAssemblyRefreshed(AssemblyRefreshedEventArgs^) | Raised when an assembly has been refreshed, for example when it has been rebuilt and the name or configuration has changed. |
![]() | OnTypeObsolete(TypeObsoleteEventArgs^) | Raised when a type has been made obsolete, that is, when it no longer resolves. |
![]() | ToString() | (Inherited from Object.) |

