Share via


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
사용되지 않음.

serialize된 개체의 필드 이름을 가져오거나 설정합니다.

FieldTypes
사용되지 않음.

serialize된 개체의 필드 형식을 가져오거나 설정합니다.

적용 대상