IFieldInfo Интерфейс

Определение

Внимание!

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

Разрешает доступ к именам и типам полей объектов, которые поддерживают интерфейс 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
Атрибуты

Свойства

FieldNames
Устаревшие..

Получает или задает имена полей сериализованных объектов.

FieldTypes
Устаревшие..

Получает или задает типы полей сериализованных объектов.

Применяется к