This form is used to let the user select the GAC entries to add as project references.

Namespace: SandcastleBuilder.Gui.ContentEditors
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 1.9.3.0

Syntax

C#
public class SelectGacEntriesDlg : Form
Visual Basic
Public Class SelectGacEntriesDlg _
	Inherits Form

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..Form
              SandcastleBuilder.Gui.ContentEditors..::..SelectGacEntriesDlg

See Also