共用方式為


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)

初始化 OrleansCodeGenerationTargetAttribute 的新執行個體。

OrleansCodeGenerationTargetAttribute(String, Boolean)

初始化 OrleansCodeGenerationTargetAttribute 的新執行個體。

屬性

AssemblyName

所產生程式碼的目標群組件名稱。

MetadataOnly

是否只針對目標群組件產生中繼資料。

適用於