FormatterAssemblyStyle 列挙型
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
Formatter-based serialization is obsolete and should not be used.
アセンブリの検索と読み込みを行うために、逆シリアル化時に使用するメソッドを示します。
public enum class FormatterAssemblyStyle
C#
public enum FormatterAssemblyStyle
C#
[System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public enum FormatterAssemblyStyle
C#
[System.Serializable]
public enum FormatterAssemblyStyle
C#
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum FormatterAssemblyStyle
type FormatterAssemblyStyle =
[<System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type FormatterAssemblyStyle =
[<System.Serializable>]
type FormatterAssemblyStyle =
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type FormatterAssemblyStyle =
Public Enum FormatterAssemblyStyle
- 継承
- 属性
名前 | 値 | 説明 |
---|---|---|
Full | 1 | フル モードでは、逆シリアル化時に使用するアセンブリは、シリアル化時に使用するアセンブリと完全に一致する必要があります。 Load クラスの Assembly メソッドを使用して、アセンブリを読み込みます。 |
Simple | 0 | 簡易モードでは、逆シリアル化時に使用するアセンブリは、シリアル化時に使用するアセンブリと完全に一致する必要はありません。 具体的には、LoadWithPartialName メソッドを使用してアセンブリを読み込むときに、バージョン番号が一致する必要はありません。 |
製品 | バージョン (廃止) |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7 (8, 9) |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。