Share via


IToolboxAssemblyInfo.OriginalPath Property

Gets the original path from which the assembly was loaded. This may differ from the Location property of the assembly, for example if the assembly is in the global assembly cache (GAC).

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

Syntax

'Declaration
ReadOnly Property OriginalPath As String
string OriginalPath { get; }
property String^ OriginalPath {
    String^ get ();
}
abstract OriginalPath : string with get
function get OriginalPath () : String

Property Value

Type: System.String
The original path from which the assembly was loaded.

.NET Framework Security

See Also

Reference

IToolboxAssemblyInfo Interface

Microsoft.VisualStudio.Shell Namespace