Table of Contents

Class DesignerReferencedAssemblies

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.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>)

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

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

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[])

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.

DefaultForTypeScript

Represents a collection of assemblies default for C# 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.

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.