Redigera

Dela via


GrainSupportClassAttribute Class

Definition

For internal (run-time) use only. Base class of all the activation attributes

[System.AttributeUsage(System.AttributeTargets.All)]
public abstract class GrainSupportClassAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type GrainSupportClassAttribute = class
    inherit Attribute
Public MustInherit Class GrainSupportClassAttribute
Inherits Attribute
Inheritance
GrainSupportClassAttribute
Derived
Attributes

Constructors

GrainSupportClassAttribute(Type)

Initializes a new instance of the GrainSupportClassAttribute class.

Properties

TargetType

Gets the type which this implementation applies to.

Applies to