IFieldInfo Interfaz

Definición

Precaución

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

Permite el acceso a nombres de campo y tipos de campo de objetos que admiten la interfaz 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
Atributos

Propiedades

FieldNames
Obsoletos.

Obtiene o establece los nombres de campo de los objetos serializados.

FieldTypes
Obsoletos.

Obtiene o establece los tipos de campo de los objetos serializados.

Se aplica a