Table of Contents

Class DesignerReferencedAssemblies

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

Represents a collection of assemblies that can be referenced in the form designer's content.

public class DesignerReferencedAssemblies
Inheritance
DesignerReferencedAssemblies

Constructors

DesignerReferencedAssemblies(IEnumerable<string>, TargetFramework)

Initializes a new instance of the DesignerReferencedAssemblies class with specified assemblies's list.

DesignerReferencedAssemblies(IEnumerable<string>, string, string, IEnumerable<string>, TargetNETFrameworkVersion, TargetFramework)

Initializes a new instance of the DesignerReferencedAssemblies class with specified parameters.

DesignerReferencedAssemblies(IEnumerable<string>, string, string, params string[])

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

DesignerReferencedAssemblies(params string[])
DesignerReferencedAssemblies(string[], TargetFramework)

Initializes a new instance of the DesignerReferencedAssemblies class with specified assemblies's list.

Fields

DefaultForCSharp

Represents a collection of assemblies default for C# language project.

DefaultForIronPython

Represents a collection of assemblies default for Iron Python language project.

DefaultForPython

Represents a collection of assemblies default for Python.NET language project.

DefaultForTypeScript

Represents a collection of assemblies default for TypeScript language project.

DefaultForVisualBasic

Represents a collection of assemblies default for Visual Basic language project.

Properties

AssemblyNames

Represents a list of assemblies.

BaseDirectory

Represents path to the base project's directory.

FrameworkPath

Represents path to the current framework.

SearchPaths

Represents a collection of assembly search paths.

TargetFramework

Gets or sets target Framework moniker.

TargetFrameworkVersion

Gets or sets version of the .NET Framework to be used for locating Framework assemblies.

Methods

AddAssemblyName(string)

Creates a new DesignerReferencedAssemblies instance with the list of assemblies updated to include specified assembly.

AddAssemblyNames(IEnumerable<string>)

Creates a new DesignerReferencedAssemblies instance with the list of assemblies updated to include specified assemblies.

AddSearchPath(string)

Creates a new DesignerReferencedAssemblies instance with the list of search paths updated to include specified search path.

AddSearchPaths(IEnumerable<string>)

Creates a new DesignerReferencedAssemblies instance with the list of search paths updated to include specified search paths.

WithAssemblyNames(IEnumerable<string>)

Creates a new DesignerReferencedAssemblies instance with the list of assemblies updated to include only specified assemblies.

WithSearchPaths(IEnumerable<string>)

Creates a new DesignerReferencedAssemblies instance with the list of search paths updated to include only specified search paths.