AssemblyReference.FullPath Property
Gets the full local path to the assembly.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
ReadOnly Property FullPath As String
string FullPath { get; }
property String^ FullPath {
String^ get ();
}
abstract FullPath : string with get
function get FullPath () : String
Property Value
Type: System.String
A string containing the full local path to the assembly.
Remarks
This property is valid only for assembly references contained in the Bin folder. This property is not intended to be used with GAC references.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.