Class DotNetProject.FrameworkReference
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.