GrainSupportClassAttribute 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.
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. |