Show / Hide Table of Contents

Class GrainSupportClassAttribute

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

Inheritance
System.Object
GrainSupportClassAttribute
GrainReferenceAttribute
MethodInvokerAttribute
Namespace: Orleans.CodeGeneration
Assembly: Orleans.Core.Abstractions.dll
Syntax
public abstract class GrainSupportClassAttribute : Attribute

Constructors

| Improve this Doc View Source

GrainSupportClassAttribute(Type)

Initializes a new instance of the GrainSupportClassAttribute class.

Declaration
protected GrainSupportClassAttribute(Type targetType)
Parameters
Type Name Description
Type targetType

The type which this implementation applies to.

Properties

| Improve this Doc View Source

TargetType

Gets the type which this implementation applies to.

Declaration
public Type TargetType { get; }
Property Value
Type Description
Type

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX