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)

適用対象