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)

Syntax

'Declaration
Public Interface IToolboxAssemblyInfo
public interface IToolboxAssemblyInfo
public interface class IToolboxAssemblyInfo
type IToolboxAssemblyInfo =  interface end
public interface IToolboxAssemblyInfo

The IToolboxAssemblyInfo type exposes the following members.

Properties

  Name Description
Public property OriginalPath 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).

Top

Remarks

Implemented by the shell and supplied through AssemblyInfo.

See Also

Reference

Microsoft.VisualStudio.Shell Namespace