Recognizes .Net assemblies by looking for the CLR header within the file.

Namespace:  Gallio.Runtime.FileTypes
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public class AssemblyFileTypeRecognizer : IFileTypeRecognizer
Visual Basic (Declaration)
Public Class AssemblyFileTypeRecognizer _
	Implements IFileTypeRecognizer

Inheritance Hierarchy

System..::.Object
  Gallio.Runtime.FileTypes..::.AssemblyFileTypeRecognizer

See Also