_Assembly.FullName Property
Definition
Provides COM objects with version-independent access to the FullName property.
public:
property System::String ^ FullName { System::String ^ get(); };
public string FullName { get; }
member this.FullName : string
Public ReadOnly Property FullName As String
Property Value
The display name of the assembly.
Remarks
This method is for access to managed classes from unmanaged code, and should not be called from managed code.
The FullName property gets the display name of the assembly.