DynamicTypeService.ContextTypeResolver Class

Definition

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.

Applies to