IFieldInfo Interfejs

Definicja

Przestroga

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

Umożliwia dostęp do nazw pól i typów pól obiektów, które obsługują ISerializable interfejs.

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
Atrybuty

Właściwości

FieldNames
Przestarzałe.

Pobiera lub ustawia nazwy pól obiektów serializowanych.

FieldTypes
Przestarzałe.

Pobiera lub ustawia typy pól obiektów serializowanych.

Dotyczy