Freigeben über


BinaryFormatter.AssemblyFormat-Eigenschaft

Ruft das Verhalten des Deserialisierungsprogramms bezüglich des Suchens und Ladens von Assemblys ab oder legt dieses fest.

Namespace: System.Runtime.Serialization.Formatters.Binary
Assembly: mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Property AssemblyFormat As FormatterAssemblyStyle
'Usage
Dim instance As BinaryFormatter
Dim value As FormatterAssemblyStyle

value = instance.AssemblyFormat

instance.AssemblyFormat = value
public FormatterAssemblyStyle AssemblyFormat { get; set; }
public:
property FormatterAssemblyStyle AssemblyFormat {
    FormatterAssemblyStyle get ();
    void set (FormatterAssemblyStyle value);
}
/** @property */
public FormatterAssemblyStyle get_AssemblyFormat ()

/** @property */
public void set_AssemblyFormat (FormatterAssemblyStyle value)
public function get AssemblyFormat () : FormatterAssemblyStyle

public function set AssemblyFormat (value : FormatterAssemblyStyle)

Eigenschaftenwert

Einer der FormatterAssemblyStyle-Werte, der das Deserialisierungsverhalten angibt.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

BinaryFormatter-Klasse
BinaryFormatter-Member
System.Runtime.Serialization.Formatters.Binary-Namespace
FormatterAssemblyStyle-Enumeration