Table of Contents

Class HostCapabilityAttribute

Namespace
DotBoxD.Abstractions
Assembly
DotBoxD.Abstractions.dll

Declares the capability and host-state effects required by an analyzer-visible host binding contract.

[AttributeUsage(AttributeTargets.Method, Inherited = false)]
public sealed class HostCapabilityAttribute : Attribute
Inheritance
HostCapabilityAttribute
Inherited Members

Constructors

HostCapabilityAttribute(string, HostBindingEffect)

Declares the capability and host-state effects required by an analyzer-visible host binding contract.

public HostCapabilityAttribute(string capability, HostBindingEffect effects)

Parameters

capability string
effects HostBindingEffect

Properties

Capability

public string Capability { get; }

Property Value

string

Effects

public HostBindingEffect Effects { get; }

Property Value

HostBindingEffect