Szerkesztés

Megosztás a következőn keresztül:


AssemblyNameInfo.FullName Property

Definition

Gets the full name of the assembly, also known as the display name.

public:
 property System::String ^ FullName { System::String ^ get(); };
public string FullName { get; }
member this.FullName : string
Public ReadOnly Property FullName As String

Property Value

Remarks

In contrast to FullName, this property doesn't validate the public key token or compute it based on the provided public key.

Applies to