DesignerReferencedAssemblies Class
Definition
Represents a collection of assemblies that can be referenced in the form designer's content.
Inheritance
Syntax
public class DesignerReferencedAssemblies
Constructors
DesignerReferencedAssemblies(IEnumerable<String>) | Initializes a new instance of the |
DesignerReferencedAssemblies(IEnumerable<String>, String, String, IEnumerable<String>, TargetNETFrameworkVersion) | Initializes a new instance of the |
DesignerReferencedAssemblies(IEnumerable<String>, String, String, String[]) | Initializes a new instance of the |
DesignerReferencedAssemblies(String[]) | Initializes a new instance of the |
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 |
AddAssemblyNames(IEnumerable<String>) | Creates a new |
AddSearchPath(String) | Creates a new |
AddSearchPaths(IEnumerable<String>) | Creates a new |
WithAssemblyNames(IEnumerable<String>) | Creates a new |
WithSearchPaths(IEnumerable<String>) | Creates a new |