NAnt SDK Documentation - v0.92

ManagedProjectReference Members

ManagedProjectReference overview

Public Instance Constructors

ManagedProjectReference Overloaded. Initializes a new instance of the ManagedProjectReference class.

Public Instance Properties

CopyLocal (inherited from ProjectReferenceBase) Gets a value indicating whether the output file(s) of this reference should be copied locally.
Name (inherited from ProjectReferenceBase) 
Project 

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetAssemblyReferences (inherited from ProjectReferenceBase) Gets the complete set of assemblies that need to be referenced when a project references this project.
GetHashCode (inherited from Object) Serves as a hash function for a particular type.
GetOutputFiles (inherited from ProjectReferenceBase) Gets the complete set of output files for the referenced project.
GetPrimaryOutputFile (inherited from ProjectReferenceBase) Gets the output path of the reference, without taking the "copy local" setting into consideration.
GetTimestamp (inherited from ProjectReferenceBase) Gets the timestamp of the reference.
GetType (inherited from Object) Gets the Type of the current instance.
IsManaged Gets a value indicating whether the reference is managed for the specified configuration.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Properties

IsPrivate 
IsPrivateSpecified 
IsSystem (inherited from ProjectReferenceBase) 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) 
SolutionTask (inherited from ReferenceBase) 

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
GetFileTimestamp (inherited from ReferenceBase) Returns the date and time the specified file was last written to.
LoadProject (inherited from ProjectReferenceBase) 
Log (inherited from ReferenceBase)Overloaded. Logs a message with the given priority.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

ManagedProjectReference Class | NAnt.VSNet Namespace