次の方法で共有


OrleansCodeGenerationTargetAttribute クラス

定義

アセンブリに生成されたコードが含まれているアセンブリをコード ジェネレーターに通知する 属性。

[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public class OrleansCodeGenerationTargetAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class OrleansCodeGenerationTargetAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type OrleansCodeGenerationTargetAttribute = class
    inherit Attribute
Public Class OrleansCodeGenerationTargetAttribute
Inherits Attribute
Public NotInheritable Class OrleansCodeGenerationTargetAttribute
Inherits Attribute
継承
OrleansCodeGenerationTargetAttribute
属性

コンストラクター

OrleansCodeGenerationTargetAttribute(String, Boolean)

OrleansCodeGenerationTargetAttribute の新しいインスタンスを初期化します。

OrleansCodeGenerationTargetAttribute(String)

OrleansCodeGenerationTargetAttribute の新しいインスタンスを初期化します。

プロパティ

AssemblyName

生成されたコードの対象となるターゲット アセンブリ名。

MetadataOnly

ターゲット アセンブリに対してメタデータのみが生成されたかどうか。

適用対象