NAnt SDK Documentation - v0.92

ManagedAssemblyReference Methods

The methods of the ManagedAssemblyReference class are listed below. For a complete list of ManagedAssemblyReference class members, see the ManagedAssemblyReference Members topic.

Public Instance Methods

CreateProjectReference (inherited from AssemblyReferenceBase) 
Equals (inherited from Object) Determines whether the specified Object is equal to the current 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) Serves as a hash function for a particular type.
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) Gets the Type of the current instance.
IsManaged (inherited from FileReferenceBase) 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 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.
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) Creates a shallow copy of the current Object.
ResolveAssemblyReference Resolves an assembly reference.
ResolveFromAssemblyFolders 
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

ManagedAssemblyReference Class | NAnt.VSNet Namespace