Table of Contents

Class DotNetProject.FrameworkReference

Namespace
Alternet.Common.Projects.DotNet
Assembly
Alternet.Common.v10.dll

Represents a framework stored in the project's frameworks list.

public class DotNetProject.FrameworkReference
Inheritance
DotNetProject.FrameworkReference

Constructors

FrameworkReference(string, IEnumerable<AssemblyReference>)

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

Properties

Assemblies

Gets the list of the AssemblyReference defined in the framework.

Name

Gets name of the framework.