AssemblyNameFunctions Class

Summary

Functions that return information about an assembly's identity.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Functions
Base Types
graph BT Type-->Base0["FunctionSetBase"] click Base0 "/api/NAnt.Core/FunctionSetBase" Base0-->Base1["Object"] Type["AssemblyNameFunctions"] class Type type-node

Syntax

[FunctionSet("assemblyname", "Assembly")]
public class AssemblyNameFunctions : FunctionSetBase

Attributes

Type Description
FunctionSetAttribute Indicates that class should be treated as a set of functions.

Constructors

Name Summary
AssemblyNameFunctions(Project, PropertyDictionary) Initializes a new instance of the NAnt.Core.Functions.AssemblyNameFunctions class.

Properties

Name Value Summary
Project Project
Gets or sets the NAnt.Core.FunctionSetBase.Project that this functionset will reference.
Inherited from FunctionSetBase

Methods

Name Value Summary
GetAssemblyName(string) AssemblyName
Gets the System.Reflection.AssemblyName for a given file.
GetCodeBase(AssemblyName) string
Gets the location of the assembly as a URL.
static
GetEscapedCodeBase(AssemblyName) string
Gets the URI, including escape characters, that represents the codebase.
static
GetFullName(AssemblyName) string
Gets the full name of the assembly, also known as the display name.
static
GetName(AssemblyName) string
Gets the simple, unencrypted name of the assembly.
static
GetVersion(AssemblyName) Version
Gets the version of the assembly.
static