Udostępnij za pośrednictwem


HostAssemblyAttribute Class

Definition

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.

Applies to