_Assembly.FullName Proprietà

Definizione

Fornisce oggetti COM con accesso indipendente dalla versione alla proprietà FullName.

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

Valore della proprietà

Nome visualizzato dell'assembly.

Commenti

Questo metodo è destinato all'accesso alle classi gestite da codice non gestito e non deve essere chiamato dal codice gestito.

La FullName proprietà ottiene il nome visualizzato dell'assembly.

Si applica a

Vedi anche