IFieldInfo Interface 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Formatter-based serialization is obsolete and should not be used.
Allows access to field names and field types of objects that support the ISerializable interface.
public interface class IFieldInfo[System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public interface IFieldInfopublic interface IFieldInfo[System.Runtime.InteropServices.ComVisible(true)]
public interface IFieldInfo[<System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type IFieldInfo = interfacetype IFieldInfo = interface[<System.Runtime.InteropServices.ComVisible(true)>]
type IFieldInfo = interfacePublic Interface IFieldInfo- Attributes
Properties
| FieldNames | Gets or sets the field names of serialized objects. | 
| FieldTypes | Gets or sets the field types of the serialized objects. |