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
已过时.

获取或设置序列化对象的字段类型。

适用于