SerializationInfo-Konstruktor
Erstellt eine neue Instanz der SerializationInfo-Klasse.
Dieser Konstruktor ist nicht CLS-kompatibel.
Namespace: System.Runtime.Serialization
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Sub New ( _
type As Type, _
converter As IFormatterConverter _
)
'Usage
Dim type As Type
Dim converter As IFormatterConverter
Dim instance As New SerializationInfo(type, converter)
[CLSCompliantAttribute(false)]
public SerializationInfo (
Type type,
IFormatterConverter converter
)
[CLSCompliantAttribute(false)]
public:
SerializationInfo (
Type^ type,
IFormatterConverter^ converter
)
/** @attribute CLSCompliantAttribute(false) */
public SerializationInfo (
Type type,
IFormatterConverter converter
)
CLSCompliantAttribute(false)
public function SerializationInfo (
type : Type,
converter : IFormatterConverter
)
Parameter
- type
Der Type des zu serialisierenden Objekts.
- converter
Der während der Deserialisierung verwendete IFormatterConverter.
Ausnahmen
Ausnahmetyp | Bedingung |
---|---|
Der type oder der converter ist NULL (Nothing in Visual Basic). |
Hinweise
Der als converter-Parameter übergebene IFormatterConverter konvertiert Daten aus der internen Darstellung in die vom Benutzer angeforderte Form. Die interne Darstellung der Daten in der SerializationInfo hängt von dem Formatierungsprogramm ab, mit dem diese erstellt wurden.
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
SerializationInfo-Klasse
SerializationInfo-Member
System.Runtime.Serialization-Namespace