This plug-in class is designed to modify the reflection information file produced after running MRefBuilder on assemblies produced by the Script# compiler so that it is suitable for use in producing a help file.

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 1.9.3.0

Syntax

C#
public class ScriptSharpPlugIn : IPlugIn, 
	IDisposable
Visual Basic
Public Class ScriptSharpPlugIn _
	Implements IPlugIn, IDisposable

Inheritance Hierarchy

System..::..Object
  SandcastleBuilder.PlugIns..::..ScriptSharpPlugIn

See Also