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
古い.

シリアル化されたオブジェクトのフィールドの種類を取得または設定します。

適用対象