Implementation of a debug symbol resolver based on the Microsoft Common Compiler Infrastructure Metadata Components (CCI Metadata Components)

Namespace:  Gallio.Common.Reflection.Impl
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public class CciDebugSymbolResolver : IDebugSymbolResolver, 
	IDisposable
Visual Basic (Declaration)
Public Class CciDebugSymbolResolver _
	Implements IDebugSymbolResolver, IDisposable

Remarks

see http://ccimetadata.codeplex.com/ for more information about the CCI Metadata Components.

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Reflection.Impl..::.CciDebugSymbolResolver

See Also