IToolboxAssemblyInfo Interface

Definition

Supplies information about an assembly.

public interface class IToolboxAssemblyInfo
public interface class IToolboxAssemblyInfo
__interface IToolboxAssemblyInfo
public interface IToolboxAssemblyInfo
type IToolboxAssemblyInfo = interface
Public Interface IToolboxAssemblyInfo

Remarks

Implemented by the shell and supplied via IToolboxType.AssemblyInfo.

Properties

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

Applies to