IFieldInfo 接口

定义

允许访问支持 ISerializable 接口的对象的字段名称和字段类型。Allows access to field names and field types of objects that support the ISerializable interface.

public interface class IFieldInfo
public interface IFieldInfo
[System.Runtime.InteropServices.ComVisible(true)]
public interface IFieldInfo
type IFieldInfo = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IFieldInfo = interface
Public Interface IFieldInfo
属性

属性

FieldNames

获取或设置序列化对象的字段名称。Gets or sets the field names of serialized objects.

FieldTypes

获取或设置序列化对象的字段类型。Gets or sets the field types of the serialized objects.

适用于