IFieldInfo

IFieldInfo

System.Runtime.Serialization.Formatters (mscorlib.dll)interface

This interface can expose the field names and types of serialized objects. It is used to supply parameter type information to the SoapFormatter when deserializing in SOAP RPC format.

public interface IFieldInfo {
// Public Instance Properties
   public string[ ] FieldNames{set; get; }
   public Type[ ] FieldTypes{set; get; }
}


    Part II: Programming with the .NET Framework
    Part IV: API Quick Reference
    Chapter 26. System