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

AssemblyFunctions Members

AssemblyFunctions overview

Public Static (Shared) Methods

GetFullName Gets the full name of the assembly, also known as the display name.
GetLocation Gets the physical location, in codebase format, of the loaded file that contains the manifest.
GetName Gets an AssemblyName for the specified assembly.

Public Instance Constructors

AssemblyFunctions Constructor Missing <summary> documentation for M:NAnt.Core.Functions.AssemblyFunctions.#ctor(NAnt.Core.Project,NAnt.Core.PropertyDictionary)

Public Instance Properties

Project (inherited from FunctionSetBase) Gets or sets the Project that this functionset will reference.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Load Loads an assembly given the long form of its name.
LoadFromFile Loads an assembly given its file name or path.
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

AssemblyFunctions Class | NAnt.Core.Functions Namespace