Summary
Functions that return information about an assembly's identity.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Functions - Base Types
-
- Object
- FunctionSetBase
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 |
---|---|
Assembly |
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 |
AssemblyName |
Gets the
System.Reflection.AssemblyName for a given file.
|
GetCodeBase |
string |
Gets the location of the assembly as a URL.
static
|
GetEscapedCodeBase |
string |
Gets the URI, including escape characters, that represents the codebase.
static
|
GetFullName |
string |
Gets the full name of the assembly, also known as the display name.
static
|
GetName |
string |
Gets the simple, unencrypted name of the assembly.
static
|
GetVersion |
Version |
Gets the version of the assembly.
static
|