IToolboxAssemblyInfo Interface

 

Supplies information about an assembly.

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

public interface IToolboxAssemblyInfo

NameDescription
System_CAPS_pubpropertyOriginalPath

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

Implemented by the shell and supplied through AssemblyInfo.

Return to top
Show: