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

AssemblyNameFunctions Members

AssemblyNameFunctions overview

Public Static (Shared) Methods

GetAssemblyName Gets the AssemblyName for a given file.
GetCodeBase Gets the location of the assembly as a URL.
GetEscapedCodeBase Gets the URI, including escape characters, that represents the codebase.
GetFullName Gets the full name of the assembly, also known as the display name.
GetName Gets the simple, unencrypted name of the assembly.
GetVersion Gets the version of the assembly.

Public Instance Constructors

AssemblyNameFunctions Constructor Missing <summary> documentation for M:NAnt.Core.Functions.AssemblyNameFunctions.#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) 
ToString (inherited from Object) 

Protected Instance Methods

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

See Also

AssemblyNameFunctions Class | NAnt.Core.Functions Namespace