IToolboxAssemblyInfo.OriginalPath Property

Definition

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).

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

Property Value

The original path from which the assembly was loaded.

Applies to