IProjectAssembly Interface
Provides the base requirements of a project (source code-based) assembly.
public interface IProjectAssembly : IAssembly
Properties
AssemblyReferences
Gets the collection of assembly references for this assembly.
IProjectAssemblyReferenceCollection AssemblyReferences { get; }
Property Value
- IProjectAssemblyReferenceCollection:
The collection of assembly references for this assembly.
Resolver
Gets the IResolver to use for this project assembly.
IResolver Resolver { get; }
Property Value
SourceFiles
Gets the collection of source files in this project assembly.
ISourceFileCollection SourceFiles { get; }
Property Value
- ISourceFileCollection:
The collection of source files in this project assembly.