IFieldInfo 인터페이스

정의

ISerializable 인터페이스를 지원하는 개체의 필드 이름과 필드 형식에 액세스할 수 있도록 합니다.

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

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

FieldTypes

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

적용 대상