IFieldInfo Interfaccia

Definizione

Attenzione

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

Consente l'accesso a nomi di campi e tipi di campi di oggetti che supportano l'interfaccia 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
Attributi

Proprietà

FieldNames
Obsoleti.

Ottiene o imposta i nomi di campi di oggetti serializzati.

FieldTypes
Obsoleti.

Ottiene o imposta i tipi di campi degli oggetti serializzati.

Si applica a