KnownTypeAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通知代码生成器应为此类型生成代码的属性。
[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) |