AssemblyIdentity.GetFullName(AssemblyIdentity+FullNameFlags) Method

Definition

Returns the full name of the assembly.

public:
 System::String ^ GetFullName(Microsoft::Build::Tasks::Deployment::ManifestUtilities::AssemblyIdentity::FullNameFlags flags);
public string GetFullName (Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FullNameFlags flags);
member this.GetFullName : Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FullNameFlags -> string
Public Function GetFullName (flags As AssemblyIdentity.FullNameFlags) As String

Parameters

flags
AssemblyIdentity.FullNameFlags

Specifies which attributes to be included in the full name.

Returns

A string representation of the full name.

Applies to