HostAssemblyAttribute Class
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.
Specifies that the assembly in which this attribute appears contains proxy types for the types exposed by the host application.
public ref class HostAssemblyAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false, Inherited=false)]
public sealed class HostAssemblyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false, Inherited=false)>]
type HostAssemblyAttribute = class
inherit Attribute
Public NotInheritable Class HostAssemblyAttribute
Inherits Attribute
- Inheritance
-
HostAssemblyAttribute
- Attributes
Constructors
HostAssemblyAttribute() |
Initializes a new instance of the HostAssemblyAttribute class. |