NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
AssemblyFunctions.GetFullName Method
[This is preliminary documentation and subject to change.]
Gets the full name of the assembly, also known as the display name.
[Visual Basic]
<Function(Name:="get-full-name")>
Public Shared Function GetFullName( _
ByVal
assembly As
Assembly _
) As
String
[C#]
[Function(Name="get-full-name")]
public static
string GetFullName(
Assembly assembly);
Parameters
-
assembly
- The assembly to get the full name for.
Return Value
The full name of the assembly, also known as the display name.
Remarks
Missing <remarks> documentation for M:NAnt.Core.Functions.AssemblyFunctions.GetFullName(System.Reflection.Assembly)
See Also
AssemblyFunctions Class | NAnt.Core.Functions Namespace