BinaryFormatter.TypeFormat-Eigenschaft
Ruft das Format für das Layout von Typbeschreibungen im serialisierten Stream ab oder legt dieses fest.
Namespace: System.Runtime.Serialization.Formatters.Binary
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Property TypeFormat As FormatterTypeStyle
'Usage
Dim instance As BinaryFormatter
Dim value As FormatterTypeStyle
value = instance.TypeFormat
instance.TypeFormat = value
public FormatterTypeStyle TypeFormat { get; set; }
public:
property FormatterTypeStyle TypeFormat {
FormatterTypeStyle get ();
void set (FormatterTypeStyle value);
}
/** @property */
public FormatterTypeStyle get_TypeFormat ()
/** @property */
public void set_TypeFormat (FormatterTypeStyle value)
public function get TypeFormat () : FormatterTypeStyle
public function set TypeFormat (value : FormatterTypeStyle)
Eigenschaftenwert
Das zu verwendende Format für Typlayouts.
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
FormatterTypeStyle-Enumeration