March 2002
Intermediate to advanced
864 pages
31h 8m
English
IFieldInfo
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; } }