NAnt SDK Documentation - v0.85-nightly-2005-11-09

VcAssemblyReference Members

VcAssemblyReference overview

Public Instance Constructors

VcAssemblyReference Constructor Missing <summary> documentation for M:NAnt.VSNet.VcAssemblyReference.#ctor(System.Xml.XmlElement,NAnt.VSNet.ReferencesResolver,NAnt.VSNet.ProjectBase,NAnt.Core.Util.GacCache)

Public Instance Properties

CopyLocal (inherited from AssemblyReferenceBase) Gets a value indicating whether the output file(s) of this reference should be copied locally.
Name Gets the name of the referenced assembly.

Public Instance Methods

CreateProjectReference (inherited from AssemblyReferenceBase)Missing <summary> documentation for M:NAnt.VSNet.AssemblyReferenceBase.CreateProjectReference(NAnt.VSNet.ProjectBase)
Equals (inherited from Object) 
GetAssemblyReferences (inherited from AssemblyReferenceBase) Gets the complete set of assemblies that need to be referenced when a project references this component.
GetHashCode (inherited from Object) 
GetOutputFiles (inherited from AssemblyReferenceBase) Gets the complete set of output files for the referenced project.
GetPrimaryOutputFile (inherited from AssemblyReferenceBase) Gets the path of the reference, without taking the "copy local" setting into consideration.
GetTimestamp (inherited from AssemblyReferenceBase) Gets the timestamp of the reference.
GetType (inherited from Object) 
IsManaged (inherited from FileReferenceBase) Gets a value indicating whether the reference is managed for the specified configuration.
ToString (inherited from Object) 

Protected Instance Properties

GacCache (inherited from FileReferenceBase)Missing <summary> documentation for P:NAnt.VSNet.FileReferenceBase.GacCache
IsPrivateMissing <summary> documentation for P:NAnt.VSNet.VcAssemblyReference.IsPrivate
IsPrivateSpecifiedMissing <summary> documentation for P:NAnt.VSNet.VcAssemblyReference.IsPrivateSpecified
IsSystem (inherited from AssemblyReferenceBase) Gets a value indicating whether this reference represents a system assembly.
Parent (inherited from ReferenceBase) Gets the project in which the reference is defined.
ReferencesResolver (inherited from ReferenceBase)Missing <summary> documentation for P:NAnt.VSNet.ReferenceBase.ReferencesResolver
SolutionTask (inherited from ReferenceBase)Missing <summary> documentation for P:NAnt.VSNet.ReferenceBase.SolutionTask
XmlDefinition (inherited from FileReferenceBase)Missing <summary> documentation for P:NAnt.VSNet.FileReferenceBase.XmlDefinition

Protected Instance Methods

Finalize (inherited from Object) 
GetAssemblyOutputFiles (inherited from FileReferenceBase) Gets the complete set of output files for the specified assembly and adds them to collection.
GetFileTimestamp (inherited from ReferenceBase) Returns the date and time the specified file was last written to.
Log (inherited from ReferenceBase)Overloaded. Logs a message with the given priority.
MemberwiseClone (inherited from Object) 
ResolveAssemblyReference Resolves an assembly reference.
ResolveFromAssemblyFolders (inherited from AssemblyReferenceBase)Missing <summary> documentation for M:NAnt.VSNet.AssemblyReferenceBase.ResolveFromAssemblyFolders(System.Xml.XmlElement,System.String)
ResolveFromFolderList (inherited from AssemblyReferenceBase) Searches for the given file in all paths in folderList.
ResolveFromFramework (inherited from AssemblyReferenceBase) Resolves an assembly reference in the framework assembly directory of the target framework.
ResolveFromRelativePath (inherited from AssemblyReferenceBase) Resolves an assembly reference using a path relative to the project directory.

See Also

VcAssemblyReference Class | NAnt.VSNet Namespace