DekGenius.com
[ Team LiB ] Previous Section Next Section

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; }
}
    [ Team LiB ] Previous Section Next Section