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

AssemblyNameFunctions Methods

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

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 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