Condividi tramite


Proprietà AssemblyReference.FullPath

Ottiene il percorso locale completo dell'assembly.

Spazio dei nomi:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Sintassi

'Dichiarazione
ReadOnly Property FullPath As String
    Get
string FullPath { get; }
property String^ FullPath {
    String^ get ();
}
abstract FullPath : string
function get FullPath () : String

Valore proprietà

Tipo: System.String
Stringa che contiene il percorso locale completo dell'assembly.

Note

Questa proprietà è valida solo per i riferimenti ad assembly inclusi nella cartella Bin. Questa proprietà non deve essere utilizzata con i riferimenti GAC.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AssemblyReference Interfaccia

Spazio dei nomi VsWebSite