IToolboxAssemblyInfo.OriginalPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 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.