DynamicTypeService Members
Include Protected Members
Include Inherited Members
Provides instances of ITypeResolutionService for a project.
The DynamicTypeService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DynamicTypeService | Initializes a new instance of DynamicTypeService. |
Top
Methods
Name | Description | |
---|---|---|
CreateDynamicAssembly | This method creates a new assembly whose contents are the given assembly file. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (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 | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (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 | Determines whether or not the specified assembly has been dynamically created. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnAssemblyDeleted | Raised when an assembly has been deleted. | |
OnAssemblyObsolete | Raised when an assembly has been made obsolete. | |
OnAssemblyRefreshed | Raised when an assembly has been refreshed, for example when it has been rebuilt and the name or configuration has changed. | |
OnTypeObsolete | Raised when a type has been made obsolete, that is, when it no longer resolves. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
AssemblyDeleted | Notifies clients when an assembly has been deleted. | |
AssemblyObsolete | Notifies clients when an assembly has been made obsolete, that is, when it no longer resolves. | |
AssemblyRefreshed | Notifies clients when an assembly has been refreshed, for example when it has been rebuilt and the name or configuration has changed. | |
TypeObsolete | Notifies clients when a type has been made obsolete, that is, when it no longer resolves. |
Top