KnownAssemblyAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
屬性,通知程式碼產生器應該產生程式碼。
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public class KnownAssemblyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type KnownAssemblyAttribute = class
inherit Attribute
Public Class KnownAssemblyAttribute
Inherits Attribute
- 繼承
-
KnownAssemblyAttribute
- 屬性
建構函式
KnownAssemblyAttribute(String) |
初始化 KnownAssemblyAttribute 的新執行個體。 |
KnownAssemblyAttribute(Type) |
初始化 KnownAssemblyAttribute 的新執行個體。 |
屬性
Assembly |
取得或設定要包含在程式碼產生中的元件。 |
TreatTypesAsSerializable |
取得或設定值,指出是否要假設指定元件中的所有類型皆可序列化。 |