KnownTypeAttribute 类

定义

通知代码生成器应为此类型生成代码的属性。

[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class KnownTypeAttribute : Orleans.CodeGeneration.ConsiderForCodeGenerationAttribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type KnownTypeAttribute = class
    inherit ConsiderForCodeGenerationAttribute
Public NotInheritable Class KnownTypeAttribute
Inherits ConsiderForCodeGenerationAttribute
继承
属性

构造函数

KnownTypeAttribute(Type)

初始化 KnownAssemblyAttribute 的新实例。

属性

ThrowOnFailure

获取一个值,该值指示如果未为指定类型生成代码,则是否引发 。

(继承自 ConsiderForCodeGenerationAttribute)
Type

获取代码生成时应考虑的类型。

(继承自 ConsiderForCodeGenerationAttribute)

适用于