AssemblyIdentity.GetFullName Method
.NET Framework 2.0
Note: This method is new in the .NET Framework version 2.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
Parameters
- flags
Specifies which attributes to be included in the full name.
Return Value
A string representation of the full name.Windows 98, Windows 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 .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: