Table of Contents

Constructor FormDesignerAssemblyReferenceResolver

Namespace
Alternet.FormDesigner.WinForms
Assembly
Alternet.FormDesigner.v9.dll

FormDesignerAssemblyReferenceResolver(IEnumerable<string>, string, string)

Initializes a new instance of the FormDesignerAssemblyReferenceResolver class with specified settings.

public FormDesignerAssemblyReferenceResolver(IEnumerable<string> searchPaths, string frameworkPath, string baseDirectory)

Parameters

searchPaths IEnumerable<string>

Collection of assembly search paths.

frameworkPath string

Path to the current framework.

baseDirectory string

Path to the base project's directory.