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; } } 


C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net