AssemblyIdentity.GetFullName Method
.NET Framework 3.0
Returns the full name of the assembly.
Namespace: Microsoft.Build.Tasks.Deployment.ManifestUtilities
Assembly: Microsoft.Build.Tasks (in microsoft.build.tasks.dll)
Assembly: Microsoft.Build.Tasks (in microsoft.build.tasks.dll)
'Declaration Public Function GetFullName ( _ flags As FullNameFlags _ ) As String 'Usage Dim instance As AssemblyIdentity Dim flags As FullNameFlags Dim returnValue As String returnValue = instance.GetFullName(flags)
public String GetFullName ( FullNameFlags flags )
public function GetFullName ( flags : FullNameFlags ) : String
Not applicable.
Parameters
- flags
Specifies which attributes to be included in the full name.
Return Value
A string representation of the full name.Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: