DynamicTypeService.ContextTypeResolver Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An IDisposable object that routes assembly/type resolution issues to the ITypeResolutionService for the given hierarchy. It is instantiated by a call to GetContextTypeResolver(IVsHierarchy).
public: ref class DynamicTypeService::ContextTypeResolver : IDisposable
public class DynamicTypeService.ContextTypeResolver : IDisposable
type DynamicTypeService.ContextTypeResolver = class
interface IDisposable
Public Class DynamicTypeService.ContextTypeResolver
Implements IDisposable
- Inheritance
-
DynamicTypeService.ContextTypeResolver
- Implements
Constructors
DynamicTypeService.ContextTypeResolver(ITypeResolutionService) |
Initializes a new instance of DynamicTypeService.ContextTypeResolver for the specified service. |
Explicit Interface Implementations
IDisposable.Dispose() |
Disposes the object and its resources. |