TypeManifestOptions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
程式碼產生器已知的所有型別組態。
public sealed class TypeManifestOptions
type TypeManifestOptions = class
Public NotInheritable Class TypeManifestOptions
- 繼承
-
TypeManifestOptions
建構函式
TypeManifestOptions() |
程式碼產生器已知的所有型別組態。 |
屬性
Activators |
取得一組已知的啟動器,負責建立指定型別的實例。 |
AllowAllTypes |
取得或設定值,指出是否預設允許所有類型。
預設: |
AllowedTypes |
取得允許型別名稱的對應。 |
CompoundTypeAliases |
取得從複合型別別名到型別的對應。 |
Converters |
取得一組轉換子,其負責從一種類型轉換成另一種類型。 |
Copiers |
取得一組複製器,負責建立指定類型的深層複本。 |
EnableConfigurationAnalysis |
取得或設定值,指出是否 SerializerConfigurationAnalyzer 應該啟用。 |
FieldCodecs |
取得一組已知的欄位編解碼器,這些編解碼器負責序列化和還原序列化指定類型的欄位。 |
InterfaceImplementations |
取得介面實作的集合,這是 存在於 中的 Interfaces 介面實作。 |
InterfaceProxies |
取得已知介面 Proxy 的集合,這個 Proxy 會擷取可序列化、還原序列化及針對這個介面實作叫用的方法調用。 |
Interfaces |
取得已知介面集合,這些介面是集合中具有對應 Proxy 的 InterfaceProxies 介面。 |
Serializers |
取得一組已知的序列化程式,這些序列化程式負責序列化和還原序列化指定型別。 |
WellKnownTypeAliases |
取得已知型別別名與其對應型別的對應。 |
WellKnownTypeIds |
取得已知型別識別碼與其對應型別的對應。 |