OrleansCodeGenerationTargetAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
屬性,通知程式碼產生器元件包含產生的程式碼。
[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 |
是否只針對目標群組件產生中繼資料。 |