VcAssemblyReference Class

graph BT Type-->Base0["AssemblyReferenceBase"] click Base0 "/api/NAnt.VSNet/AssemblyReferenceBase" Base0-->Base1["FileReferenceBase"] click Base1 "/api/NAnt.VSNet/FileReferenceBase" Base1-->Base2["ReferenceBase"] click Base2 "/api/NAnt.VSNet/ReferenceBase" Base2-->Base3["Object"] Type["VcAssemblyReference"] class Type type-node

Syntax

public class VcAssemblyReference : AssemblyReferenceBase

Constructors

Properties

Name Value Summary
CopyLocal bool
Gets a value indicating whether the output file(s) of this reference should be copied locally.
Inherited from AssemblyReferenceBase
GacCache GacCache
Inherited from FileReferenceBase
IsPrivate bool
IsPrivateSpecified bool
IsSystem bool
Gets a value indicating whether this reference represents a system assembly.
Inherited from AssemblyReferenceBase
Name string
Gets the name of the referenced assembly.
Parent ProjectBase
Gets the project in which the reference is defined.
Inherited from ReferenceBase
ReferencesResolver ReferencesResolver
Inherited from ReferenceBase
SolutionTask SolutionTask
Inherited from ReferenceBase
XmlDefinition XmlElement
Inherited from FileReferenceBase

Methods

Name Value Summary
CreateProjectReference(ProjectBase) ProjectReferenceBase
Inherited from AssemblyReferenceBase
GetAssemblyOutputFiles(string, Hashtable) void
Gets the complete set of output files for the specified assembly and adds them to collection.
Inherited from FileReferenceBase
GetAssemblyReferences(Configuration) StringCollection
Gets the complete set of assemblies that need to be referenced when a project references this component.
Inherited from AssemblyReferenceBase
GetFileTimestamp(string) DateTime
Returns the date and time the specified file was last written to.
Inherited from ReferenceBase
GetOutputFiles(Configuration, Hashtable) void
Gets the complete set of output files for the referenced project.
Inherited from AssemblyReferenceBase
GetPrimaryOutputFile(Configuration) string
Gets the path of the reference, without taking the "copy local" setting into consideration.
Inherited from AssemblyReferenceBase
GetRelatedFiles(string, Hashtable) void
Inherited from ReferenceBase
static
GetTimestamp(Configuration) DateTime
Gets the timestamp of the reference.
Inherited from AssemblyReferenceBase
IsManaged(Configuration) bool
Gets a value indicating whether the reference is managed for the specified configuration.
Inherited from FileReferenceBase
Log(Level, string) void
Logs a message with the given priority.
Inherited from ReferenceBase
Log(Level, string, Object[]) void
Logs a message with the given priority.
Inherited from ReferenceBase
ResolveAssemblyReference() string
Resolves an assembly reference.
ResolveFromAssemblyFolders(XmlElement, string) string
Inherited from AssemblyReferenceBase
ResolveFromFolderList(StringCollection, string) string
Searches for the given file in all paths in folderList.
Inherited from AssemblyReferenceBase
ResolveFromFramework(string) string
Resolves an assembly reference in the framework assembly directory of the target framework.
Inherited from AssemblyReferenceBase
ResolveFromRelativePath(string) string
Resolves an assembly reference using a path relative to the project directory.
Inherited from AssemblyReferenceBase