Name

IFieldInfo

Synopsis

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 field string[] FieldNames{set; get; } 
   public field Type[] FieldTypes{set; get; } 
}

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.