IFieldInfo Interface

Définition

Attention

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

Permet l'accès aux noms et aux types de champs des objets qui prennent en charge l'interface ISerializable.

public interface class IFieldInfo
public interface IFieldInfo
[System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public interface IFieldInfo
[System.Runtime.InteropServices.ComVisible(true)]
public interface IFieldInfo
type IFieldInfo = interface
[<System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type IFieldInfo = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IFieldInfo = interface
Public Interface IFieldInfo
Attributs

Propriétés

FieldNames
Obsolète.

Obtient ou définit les noms de champs des objets sérialisés.

FieldTypes
Obsolète.

Obtient ou définit les types de champs des objets sérialisés.

S’applique à