⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 system.runtime.serialization.formatters.soap.cs

📁 研讀原始碼的好工具
💻 CS
📖 第 1 页 / 共 5 页
字号:


    }

class System.Runtime.Serialization.Formatters.Soap.NameCache : System.Object
    {
     I4 MAX_CACHE_ENTRIES;
     SZArray Class System.Runtime.Serialization.Formatters.Soap.NameCacheEntry nameCache;
     I4 probe;
     String name;

     Object GetCachedValue( String name);
     Void SetCachedValue( Object value);
     Void System.Runtime.Serialization.Formatters.Soap.NameCache();
     Void System.Runtime.Serialization.Formatters.Soap.NameCache();


    }

class System.Runtime.Serialization.Formatters.Soap.SoapUtil : System.Object
    {
     Class System.Type typeofString;
     Class System.Type typeofBoolean;
     Class System.Type typeofObject;
     Class System.Type typeofSoapFault;
     Class System.Reflection.Assembly urtAssembly;
     String urtAssemblyString;
     Class System.Resources.ResourceManager SystemResMgr;

     Void DumpHash( String tag,  Class System.Collections.Hashtable hashTable);
     Class System.Resources.ResourceManager InitResourceManager();
     String GetResourceString( String key);
     String GetResourceString( String key,  SZArray Object values);
     Void System.Runtime.Serialization.Formatters.Soap.SoapUtil();
     Void System.Runtime.Serialization.Formatters.Soap.SoapUtil();


    }

class System.Runtime.Serialization.Formatters.Soap.SoapAssemblyInfo : System.Object
    {
     String assemblyString;
     Class System.Reflection.Assembly assembly;

     Void System.Runtime.Serialization.Formatters.Soap.SoapAssemblyInfo( String assemblyString);
     Void System.Runtime.Serialization.Formatters.Soap.SoapAssemblyInfo( String assemblyString,  Class System.Reflection.Assembly assembly);
     Class System.Reflection.Assembly GetAssembly( Class System.Runtime.Serialization.Formatters.Soap.ObjectReader objectReader);


    }

interface System.Runtime.Serialization.Formatters.Soap.ITrace : 
    {

     String Trace();


    }

class System.Runtime.Serialization.Formatters.Soap.ParseRecord : System.Object
    {
     I4 parseRecordIdCount;
     I4 PRparseRecordId;
     ValueClass System.Runtime.Serialization.Formatters.Soap.InternalParseTypeE PRparseTypeEnum;
     ValueClass System.Runtime.Serialization.Formatters.Soap.InternalObjectTypeE PRobjectTypeEnum;
     ValueClass System.Runtime.Serialization.Formatters.Soap.InternalArrayTypeE PRarrayTypeEnum;
     ValueClass System.Runtime.Serialization.Formatters.Soap.InternalMemberTypeE PRmemberTypeEnum;
     ValueClass System.Runtime.Serialization.Formatters.Soap.InternalMemberValueE PRmemberValueEnum;
     ValueClass System.Runtime.Serialization.Formatters.Soap.InternalObjectPositionE PRobjectPositionEnum;
     String PRname;
     String PRnameXmlKey;
     String PRxmlNameSpace;
     Boolean PRisParsed;
     Boolean PRisProcessAttributes;
     String PRvalue;
     Object PRvarValue;
     String PRkeyDt;
     String PRtypeXmlKey;
     Class System.Type PRdtType;
     String PRassemblyName;
     ValueClass System.Runtime.Serialization.Formatters.Soap.InternalPrimitiveTypeE PRdtTypeCode;
     Boolean PRisVariant;
     Boolean PRisEnum;
     I8 PRobjectId;
     I8 PRidRef;
     String PRarrayElementTypeString;
     Class System.Type PRarrayElementType;
     Boolean PRisArrayVariant;
     ValueClass System.Runtime.Serialization.Formatters.Soap.InternalPrimitiveTypeE PRarrayElementTypeCode;
     String PRprimitiveArrayTypeString;
     I4 PRrank;
     SZArray I4 PRlengthA;
     SZArray I4 PRpositionA;
     SZArray I4 PRlowerBoundA;
     SZArray I4 PRupperBoundA;
     SZArray I4 PRindexMap;
     I4 PRmemberIndex;
     I4 PRlinearlength;
     SZArray I4 PRrectangularMap;
     Boolean PRisLowerBound;
     I8 PRtopId;
     I8 PRheaderId;
     Boolean PRisHeaderRoot;
     Boolean PRisAttributesProcessed;
     Boolean PRisMustUnderstand;
     ValueClass System.Runtime.Serialization.Formatters.Soap.InternalParseStateE PRparseStateEnum;
     Boolean PRisWaitingForNestedObject;
     Class System.Runtime.Serialization.Formatters.Soap.ReadObjectInfo PRobjectInfo;
     Boolean PRisValueTypeFixup;
     Object PRnewObj;
     SZArray Object PRobjectA;
     Class System.Runtime.Serialization.Formatters.Soap.PrimitiveArray PRprimitiveArray;
     Boolean PRisRegistered;
     Boolean PRisXmlAttribute;

     Void System.Runtime.Serialization.Formatters.Soap.ParseRecord();
     Void Counter();
     String Trace();
     Void Init();
     Class System.Runtime.Serialization.Formatters.Soap.ParseRecord Copy();
     Void Dump();
     Void System.Runtime.Serialization.Formatters.Soap.ParseRecord();


    }

class System.Runtime.Serialization.Formatters.Soap.Util : System.Object
    {

     String PString( String value);
     String PString( Object value);
     String PArray( SZArray I4 array);
     Void NVTrace( String name,  String value);
     Void NVTrace( String name,  Object value);
     Void NVTraceI( String name,  String value);
     Void NVTraceI( String name,  Object value);
     Void System.Runtime.Serialization.Formatters.Soap.Util();


    }

class System.Runtime.Serialization.Formatters.Soap.ValueFixup : System.Object
    {
     ValueClass System.Runtime.Serialization.Formatters.Soap.ValueFixupEnum valueFixupEnum;
     Class System.Array arrayObj;
     SZArray I4 indexMap;
     Object header;
     Object memberObject;
     Class System.Reflection.MemberInfo valueInfo;
     Class System.Runtime.Serialization.Formatters.Soap.ReadObjectInfo objectInfo;
     String memberName;

     Void System.Runtime.Serialization.Formatters.Soap.ValueFixup( Class System.Array arrayObj,  SZArray I4 indexMap);
     Void System.Runtime.Serialization.Formatters.Soap.ValueFixup( Object header);
     Void System.Runtime.Serialization.Formatters.Soap.ValueFixup( Object memberObject,  String memberName,  Class System.Runtime.Serialization.Formatters.Soap.ReadObjectInfo objectInfo);
     Void Fixup( Class System.Runtime.Serialization.Formatters.Soap.ParseRecord record,  Class System.Runtime.Serialization.Formatters.Soap.ParseRecord parent);
     String Trace();


    }

class System.Runtime.Serialization.Formatters.Soap.InternalFE : System.Object
    {
     ValueClass System.Runtime.Serialization.Formatters.FormatterTypeStyle FEtypeFormat;
     ValueClass System.Runtime.Serialization.Formatters.FormatterAssemblyStyle FEassemblyFormat;
     Class System.Runtime.Serialization.Formatters.ISoapMessage FEtopObject;
     ValueClass System.Runtime.Serialization.Formatters.Soap.InternalSerializerTypeE FEserializerTypeEnum;

     Void System.Runtime.Serialization.Formatters.Soap.InternalFE();


    }

class System.Runtime.Serialization.Formatters.Soap.InternalSoapMessage : System.Object
    {
     String methodName;
     String xmlNameSpace;
     SZArray String paramNames;
     SZArray Object paramValues;
     SZArray Class System.Type paramTypes;
     Class System.Collections.Hashtable keyToNamespaceTable;

     Void System.Runtime.Serialization.Formatters.Soap.InternalSoapMessage();
     Void System.Runtime.Serialization.Formatters.Soap.InternalSoapMessage( String methodName,  String xmlNameSpace,  SZArray String paramNames,  SZArray Object paramValues,  SZArray Class System.Type paramTypes);
     Void System.Runtime.Serialization.Formatters.Soap.InternalSoapMessage( Class System.Runtime.Serialization.SerializationInfo info,  ValueClass System.Runtime.Serialization.StreamingContext context);
     Boolean IsNull( Object value);
     SZArray String get_FieldNames();
     Void set_FieldNames( SZArray String value);
     SZArray Class System.Type get_FieldTypes();
     Void set_FieldTypes( SZArray Class System.Type value);
     Void GetObjectData( Class System.Runtime.Serialization.SerializationInfo info,  ValueClass System.Runtime.Serialization.StreamingContext context);
     Void SetObjectData( Class System.Runtime.Serialization.SerializationInfo info,  ValueClass System.Runtime.Serialization.StreamingContext context);

    property FieldNames { get(){} set(){} };
    property FieldTypes { get(){} set(){} };

    }

class System.Runtime.Serialization.Formatters.Soap.SoapAttributeInfo : System.Object
    {
     ValueClass System.Runtime.Serialization.Formatters.Soap.SoapAttributeType m_attributeType;
     String m_nameSpace;
     String m_elementName;
     String m_typeName;
     String m_typeNamespace;

     String get_AttributeNameSpace();
     String get_AttributeElementName();
     String get_AttributeTypeName();
     String get_AttributeTypeNamespace();
     Boolean IsEmbedded();
     Boolean IsXmlElement();
     Boolean IsXmlAttribute();
     Boolean IsXmlType();
     Void Dump( String id);
     Void System.Runtime.Serialization.Formatters.Soap.SoapAttributeInfo();

    property AttributeNameSpace { get(){} set(){} };
    property AttributeElementName { get(){} set(){} };
    property AttributeTypeName { get(){} set(){} };
    property AttributeTypeNamespace { get(){} set(){} };

    }

class System.Runtime.Serialization.Formatters.Soap.ObjectIdentityComparer : System.Object
    {

     I4 Compare( Object x,  Object y);
     Void System.Runtime.Serialization.Formatters.Soap.ObjectIdentityComparer();


    }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -