FormatterAssemblyStyle Enumeration

Definition

Achtung

Formatter-based serialization is obsolete and should not be used.

Gibt die Methode an, die während der Deserialisierung zum Suchen und Laden von Assemblys verwendet wird.

public enum class FormatterAssemblyStyle
public enum FormatterAssemblyStyle
[System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public enum FormatterAssemblyStyle
[System.Serializable]
public enum FormatterAssemblyStyle
[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
Vererbung
FormatterAssemblyStyle
Attribute

Felder

Full 1

Im vollen Modus muss die während der Deserialisierung verwendete Assembly mit der während der Serialisierung verwendeten Assembly übereinstimmen. Die Load-Methode der Assembly-Klasse wird zum Laden der Assembly verwendet.

Simple 0

Im einfachen Modus muss die während der Deserialisierung verwendete Assembly mit der während der Serialisierung verwendeten Assembly übereinstimmen. Die Versionsnummern müssen jedoch nicht übereinstimmen, da zum Laden der Assembly die LoadWithPartialName-Methode verwendet wird.

Gilt für: