Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies that the assembly in which this attribute appears contains proxy types for the types exposed by the host application.
Namespace: Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple := False, _
Inherited := False)> _
Public NotInheritable Class HostAssemblyAttribute _
Inherits Attribute
'Usage
Dim instance As HostAssemblyAttribute
[AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple = false,
Inherited = false)]
public sealed class HostAssemblyAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Assembly, AllowMultiple = false,
Inherited = false)]
public ref class HostAssemblyAttribute sealed : public Attribute
public final class HostAssemblyAttribute extends Attribute
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.VisualStudio.Tools.Applications.Runtime.HostAssemblyAttribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.