mscorlib.cs
上传用户:jnxxjx
上传日期:2015-03-08
资源大小:3388k
文件大小:1463k
- Void AddXmlElement( Class System.Type fieldType, String fieldName, String xmlElement, String xmlNamespace);
- Void AddXmlAttribute( Class System.Type fieldType, String fieldName, String xmlAttribute, String xmlNamespace);
- Void GetFieldTypeAndNameFromXmlElement( String xmlElement, String xmlNamespace, ByRef Class System.Type type, ByRef String name);
- Void GetFieldTypeAndNameFromXmlAttribute( String xmlAttribute, String xmlNamespace, ByRef Class System.Type type, ByRef String name);
- }
- class FieldEntry : System.Object
- {
- Class System.Type Type;
- String Name;
- Void FieldEntry( Class System.Type type, String name);
- }
- class System.Runtime.Remoting.XmlNamespaceEncoder : System.Object
- {
- String GetXmlNamespaceForType( Class System.Type type, String dynamicUrl);
- String GetXmlNamespaceForTypeNamespace( Class System.Type type, String dynamicUrl);
- String GetTypeNameForSoapActionNamespace( String uri);
- String GetTypeNameForSoapActionNamespace( String uri, ByRef Boolean assemblyIncluded);
- String Encode( String ns);
- String Decode( String ns);
- Void System.Runtime.Remoting.XmlNamespaceEncoder();
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapType : System.Object
- {
- Class System.Type typeofSoapTime;
- Class System.Type typeofSoapDate;
- Class System.Type typeofSoapYearMonth;
- Class System.Type typeofSoapYear;
- Class System.Type typeofSoapMonthDay;
- Class System.Type typeofSoapDay;
- Class System.Type typeofSoapMonth;
- Class System.Type typeofSoapHexBinary;
- Class System.Type typeofSoapBase64Binary;
- Class System.Type typeofSoapInteger;
- Class System.Type typeofSoapPositiveInteger;
- Class System.Type typeofSoapNonPositiveInteger;
- Class System.Type typeofSoapNonNegativeInteger;
- Class System.Type typeofSoapNegativeInteger;
- Class System.Type typeofSoapAnyUri;
- Class System.Type typeofSoapQName;
- Class System.Type typeofSoapNotation;
- Class System.Type typeofSoapNormalizedString;
- Class System.Type typeofSoapToken;
- Class System.Type typeofSoapLanguage;
- Class System.Type typeofSoapName;
- Class System.Type typeofSoapIdrefs;
- Class System.Type typeofSoapEntities;
- Class System.Type typeofSoapNmtoken;
- Class System.Type typeofSoapNmtokens;
- Class System.Type typeofSoapNcName;
- Class System.Type typeofSoapId;
- Class System.Type typeofSoapIdref;
- Class System.Type typeofSoapEntity;
- Class System.Type typeofISoapXsd;
- String FilterBin64( String value);
- String LineFeedsBin64( String value);
- String Escape( String value);
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapType();
- }
- interface System.Runtime.Remoting.Metadata.W3cXsd2001.ISoapXsd :
- {
- String GetXsdType();
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDateTime : System.Object
- {
- SZArray String formats;
- String get_XsdType();
- String ToString( ValueClass System.DateTime value);
- ValueClass System.DateTime Parse( String value);
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDateTime();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDateTime();
- property XsdType { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDuration : System.Object
- {
- String get_XsdType();
- Void CarryOver( I4 inDays, ByRef I4 years, ByRef I4 months, ByRef I4 days);
- String ToString( ValueClass System.TimeSpan timeSpan);
- ValueClass System.TimeSpan Parse( String value);
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDuration();
- property XsdType { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapTime : System.Object
- {
- ValueClass System.DateTime _value;
- SZArray String formats;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapTime();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapTime( ValueClass System.DateTime value);
- ValueClass System.DateTime get_Value();
- Void set_Value( ValueClass System.DateTime value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapTime Parse( String value);
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapTime();
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDate : System.Object
- {
- ValueClass System.DateTime _value;
- I4 _sign;
- SZArray String formats;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDate();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDate( ValueClass System.DateTime value);
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDate( ValueClass System.DateTime value, I4 sign);
- ValueClass System.DateTime get_Value();
- Void set_Value( ValueClass System.DateTime value);
- I4 get_Sign();
- Void set_Sign( I4 value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDate Parse( String value);
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDate();
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- property Sign { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYearMonth : System.Object
- {
- ValueClass System.DateTime _value;
- I4 _sign;
- SZArray String formats;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYearMonth();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYearMonth( ValueClass System.DateTime value);
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYearMonth( ValueClass System.DateTime value, I4 sign);
- ValueClass System.DateTime get_Value();
- Void set_Value( ValueClass System.DateTime value);
- I4 get_Sign();
- Void set_Sign( I4 value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYearMonth Parse( String value);
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYearMonth();
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- property Sign { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYear : System.Object
- {
- ValueClass System.DateTime _value;
- I4 _sign;
- SZArray String formats;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYear();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYear( ValueClass System.DateTime value);
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYear( ValueClass System.DateTime value, I4 sign);
- ValueClass System.DateTime get_Value();
- Void set_Value( ValueClass System.DateTime value);
- I4 get_Sign();
- Void set_Sign( I4 value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYear Parse( String value);
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYear();
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- property Sign { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonthDay : System.Object
- {
- ValueClass System.DateTime _value;
- SZArray String formats;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonthDay();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonthDay( ValueClass System.DateTime value);
- ValueClass System.DateTime get_Value();
- Void set_Value( ValueClass System.DateTime value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonthDay Parse( String value);
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonthDay();
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDay : System.Object
- {
- ValueClass System.DateTime _value;
- SZArray String formats;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDay();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDay( ValueClass System.DateTime value);
- ValueClass System.DateTime get_Value();
- Void set_Value( ValueClass System.DateTime value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDay Parse( String value);
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDay();
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonth : System.Object
- {
- ValueClass System.DateTime _value;
- SZArray String formats;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonth();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonth( ValueClass System.DateTime value);
- ValueClass System.DateTime get_Value();
- Void set_Value( ValueClass System.DateTime value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonth Parse( String value);
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonth();
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapHexBinary : System.Object
- {
- SZArray UI1 _value;
- Class System.Text.StringBuilder sb;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapHexBinary();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapHexBinary( SZArray UI1 value);
- SZArray UI1 get_Value();
- Void set_Value( SZArray UI1 value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapHexBinary Parse( String value);
- SZArray UI1 ToByteArray( String value);
- UI1 ToByte( Char c, String value);
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapBase64Binary : System.Object
- {
- SZArray UI1 _value;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapBase64Binary();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapBase64Binary( SZArray UI1 value);
- SZArray UI1 get_Value();
- Void set_Value( SZArray UI1 value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapBase64Binary Parse( String value);
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapInteger : System.Object
- {
- ValueClass System.Decimal _value;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapInteger();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapInteger( ValueClass System.Decimal value);
- ValueClass System.Decimal get_Value();
- Void set_Value( ValueClass System.Decimal value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapInteger Parse( String value);
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapPositiveInteger : System.Object
- {
- ValueClass System.Decimal _value;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapPositiveInteger();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapPositiveInteger( ValueClass System.Decimal value);
- ValueClass System.Decimal get_Value();
- Void set_Value( ValueClass System.Decimal value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapPositiveInteger Parse( String value);
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonPositiveInteger : System.Object
- {
- ValueClass System.Decimal _value;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonPositiveInteger();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonPositiveInteger( ValueClass System.Decimal value);
- ValueClass System.Decimal get_Value();
- Void set_Value( ValueClass System.Decimal value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonPositiveInteger Parse( String value);
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonNegativeInteger : System.Object
- {
- ValueClass System.Decimal _value;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonNegativeInteger();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonNegativeInteger( ValueClass System.Decimal value);
- ValueClass System.Decimal get_Value();
- Void set_Value( ValueClass System.Decimal value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonNegativeInteger Parse( String value);
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNegativeInteger : System.Object
- {
- ValueClass System.Decimal _value;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNegativeInteger();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNegativeInteger( ValueClass System.Decimal value);
- ValueClass System.Decimal get_Value();
- Void set_Value( ValueClass System.Decimal value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNegativeInteger Parse( String value);
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapAnyUri : System.Object
- {
- String _value;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapAnyUri();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapAnyUri( String value);
- String get_Value();
- Void set_Value( String value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapAnyUri Parse( String value);
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapQName : System.Object
- {
- String _name;
- String _namespace;
- String _key;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapQName();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapQName( String value);
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapQName( String key, String name);
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapQName( String key, String name, String namespaceValue);
- String get_Name();
- Void set_Name( String value);
- String get_Namespace();
- Void set_Namespace( String value);
- String get_Key();
- Void set_Key( String value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapQName Parse( String value);
- property XsdType { get(){} set(){} };
- property Name { get(){} set(){} };
- property Namespace { get(){} set(){} };
- property Key { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNotation : System.Object
- {
- String _value;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNotation();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNotation( String value);
- String get_Value();
- Void set_Value( String value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNotation Parse( String value);
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNormalizedString : System.Object
- {
- String _value;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNormalizedString();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNormalizedString( String value);
- String get_Value();
- Void set_Value( String value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNormalizedString Parse( String value);
- String Validate( String value);
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapToken : System.Object
- {
- String _value;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapToken();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapToken( String value);
- String get_Value();
- Void set_Value( String value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapToken Parse( String value);
- String Validate( String value);
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapLanguage : System.Object
- {
- String _value;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapLanguage();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapLanguage( String value);
- String get_Value();
- Void set_Value( String value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapLanguage Parse( String value);
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapName : System.Object
- {
- String _value;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapName();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapName( String value);
- String get_Value();
- Void set_Value( String value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapName Parse( String value);
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdrefs : System.Object
- {
- String _value;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdrefs();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdrefs( String value);
- String get_Value();
- Void set_Value( String value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdrefs Parse( String value);
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntities : System.Object
- {
- String _value;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntities();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntities( String value);
- String get_Value();
- Void set_Value( String value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntities Parse( String value);
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtoken : System.Object
- {
- String _value;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtoken();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtoken( String value);
- String get_Value();
- Void set_Value( String value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtoken Parse( String value);
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtokens : System.Object
- {
- String _value;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtokens();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtokens( String value);
- String get_Value();
- Void set_Value( String value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtokens Parse( String value);
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNcName : System.Object
- {
- String _value;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNcName();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNcName( String value);
- String get_Value();
- Void set_Value( String value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNcName Parse( String value);
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapId : System.Object
- {
- String _value;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapId();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapId( String value);
- String get_Value();
- Void set_Value( String value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapId Parse( String value);
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdref : System.Object
- {
- String _value;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdref();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdref( String value);
- String get_Value();
- Void set_Value( String value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdref Parse( String value);
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntity : System.Object
- {
- String _value;
- String get_XsdType();
- String GetXsdType();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntity();
- Void System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntity( String value);
- String get_Value();
- Void set_Value( String value);
- String ToString();
- Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntity Parse( String value);
- property XsdType { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Runtime.Remoting.Messaging.StackBuilderSink : System.Object
- {
- Object _server;
- Boolean _bStatic;
- Void System.Runtime.Remoting.Messaging.StackBuilderSink( Class System.MarshalByRefObject server);
- Void System.Runtime.Remoting.Messaging.StackBuilderSink( Object server);
- Class System.Runtime.Remoting.Messaging.IMessage SyncProcessMessage( Class System.Runtime.Remoting.Messaging.IMessage msg);
- Class System.Runtime.Remoting.Messaging.IMessage SyncProcessMessage( Class System.Runtime.Remoting.Messaging.IMessage msg, I4 methodPtr, Boolean fExecuteInContext);
- Class System.Runtime.Remoting.Messaging.IMessageCtrl AsyncProcessMessage( Class System.Runtime.Remoting.Messaging.IMessage msg, Class System.Runtime.Remoting.Messaging.IMessageSink replySink);
- Class System.Runtime.Remoting.Messaging.IMessageSink get_NextSink();
- Boolean IsOKToStackBlt( Class System.Runtime.Remoting.Messaging.IMethodMessage mcMsg, Object server);
- Class System.Reflection.MethodBase GetMethodBase( Class System.Runtime.Remoting.Messaging.IMethodMessage msg);
- Void VerifyIsOkToCallMethod( Object server, Class System.Runtime.Remoting.Messaging.IMethodMessage msg);
- Void CopyNonByrefOutArgsFromOriginalArgs( Class System.Runtime.Remoting.Metadata.RemotingMethodCachedData methodCache, SZArray Object args, ByRef SZArray Object marshalResponseArgs);
- Void PreserveThreadPrincipalIfNecessary( Class System.Runtime.Remoting.Messaging.LogicalCallContext messageCallContext, Class System.Runtime.Remoting.Messaging.LogicalCallContext threadCallContext);
- Object get_ServerObject();
- Object PrivateProcessMessage( Class System.Reflection.MethodBase mb, SZArray Object args, Object server, I4 methodPtr, Boolean fExecuteInContext, ByRef SZArray Object outArgs);
- property NextSink { get(){} set(){} };
- property ServerObject { get(){} set(){} };
- }
- class System.Runtime.Remoting.Contexts.SynchronizationAttribute : System.Runtime.Remoting.Contexts.ContextAttribute
- {
- I4 NOT_SUPPORTED;
- I4 SUPPORTED;
- I4 REQUIRED;
- I4 REQUIRES_NEW;
- String PROPERTY_NAME;
- UI4 _timeOut;
- Class System.Threading.AutoResetEvent _asyncWorkEvent;
- Class System.Collections.Queue _workItemQueue;
- Boolean _locked;
- Boolean _bReEntrant;
- I4 _flavor;
- Class System.Runtime.Remoting.Contexts.SynchronizationAttribute _cliCtxAttr;
- String _syncLcid;
- Class System.Collections.ArrayList _asyncLcidList;
- Boolean get_Locked();
- Void set_Locked( Boolean value);
- Boolean get_IsReEntrant();
- String get_SyncCallOutLCID();
- Void set_SyncCallOutLCID( String value);
- Class System.Collections.ArrayList get_AsyncCallOutLCIDList();
- Boolean IsKnownLCID( Class System.Runtime.Remoting.Messaging.IMessage reqMsg);
- Void System.Runtime.Remoting.Contexts.SynchronizationAttribute();
- Void System.Runtime.Remoting.Contexts.SynchronizationAttribute( Boolean reEntrant);
- Void System.Runtime.Remoting.Contexts.SynchronizationAttribute( I4 flag);
- Void System.Runtime.Remoting.Contexts.SynchronizationAttribute( I4 flag, Boolean reEntrant);
- Boolean IsContextOK( Class System.Runtime.Remoting.Contexts.Context ctx, Class System.Runtime.Remoting.Activation.IConstructionCallMessage msg);
- Void GetPropertiesForNewContext( Class System.Runtime.Remoting.Activation.IConstructionCallMessage ctorMsg);
- Void InitIfNecessary();
- Void DispatcherCallBack( Object stateIgnored, Boolean ignored);
- Void HandleThreadExit();
- Void HandleThreadReEntry();
- Void HandleWorkCompletion();
- Void HandleWorkRequest( Class System.Runtime.Remoting.Contexts.WorkItem work);
- Void ExecuteWorkItem( Class System.Runtime.Remoting.Contexts.WorkItem work);
- Boolean IsNestedCall( Class System.Runtime.Remoting.Messaging.IMessage reqMsg);
- Class System.Runtime.Remoting.Messaging.IMessageSink GetServerContextSink( Class System.Runtime.Remoting.Messaging.IMessageSink nextSink);
- Class System.Runtime.Remoting.Messaging.IMessageSink GetClientContextSink( Class System.Runtime.Remoting.Messaging.IMessageSink nextSink);
- Void System.Runtime.Remoting.Contexts.SynchronizationAttribute();
- property Locked { get(){} set(){} };
- property IsReEntrant { get(){} set(){} };
- property SyncCallOutLCID { get(){} set(){} };
- property AsyncCallOutLCIDList { get(){} set(){} };
- }
- class System.Runtime.Remoting.Contexts.SynchronizedServerContextSink : System.Runtime.Remoting.Messaging.InternalSink
- {
- Class System.Runtime.Remoting.Messaging.IMessageSink _nextSink;
- Class System.Runtime.Remoting.Contexts.SynchronizationAttribute _property;
- Void System.Runtime.Remoting.Contexts.SynchronizedServerContextSink( Class System.Runtime.Remoting.Contexts.SynchronizationAttribute prop, Class System.Runtime.Remoting.Messaging.IMessageSink nextSink);
- Class System.Runtime.Remoting.Messaging.IMessage SyncProcessMessage( Class System.Runtime.Remoting.Messaging.IMessage reqMsg);
- Class System.Runtime.Remoting.Messaging.IMessageCtrl AsyncProcessMessage( Class System.Runtime.Remoting.Messaging.IMessage reqMsg, Class System.Runtime.Remoting.Messaging.IMessageSink replySink);
- Class System.Runtime.Remoting.Messaging.IMessageSink get_NextSink();
- property NextSink { get(){} set(){} };
- }
- class System.Runtime.Remoting.Contexts.WorkItem : System.Object
- {
- I4 FLG_WAITING;
- I4 FLG_SIGNALED;
- I4 FLG_ASYNC;
- I4 FLG_DUMMY;
- I4 _flags;
- Class System.Runtime.Remoting.Messaging.IMessage _reqMsg;
- Class System.Runtime.Remoting.Messaging.IMessageSink _nextSink;
- Class System.Runtime.Remoting.Messaging.IMessageSink _replySink;
- Class System.Runtime.Remoting.Messaging.IMessage _replyMsg;
- Class System.Runtime.Remoting.Contexts.Context _ctx;
- Class System.Runtime.Remoting.Messaging.LogicalCallContext _callCtx;
- Void System.Runtime.Remoting.Contexts.WorkItem( Class System.Runtime.Remoting.Messaging.IMessage reqMsg, Class System.Runtime.Remoting.Messaging.IMessageSink nextSink, Class System.Runtime.Remoting.Messaging.IMessageSink replySink);
- Void SetWaiting();
- Boolean IsWaiting();
- Void SetSignaled();
- Boolean IsSignaled();
- Void SetAsync();
- Boolean IsAsync();
- Void SetDummy();
- Boolean IsDummy();
- Void Execute();
- Class System.Runtime.Remoting.Messaging.IMessage get_ReplyMessage();
- property ReplyMessage { get(){} set(){} };
- }
- class System.Runtime.Remoting.Contexts.SynchronizedClientContextSink : System.Runtime.Remoting.Messaging.InternalSink
- {
- Class System.Runtime.Remoting.Messaging.IMessageSink _nextSink;
- Class System.Runtime.Remoting.Contexts.SynchronizationAttribute _property;
- Void System.Runtime.Remoting.Contexts.SynchronizedClientContextSink( Class System.Runtime.Remoting.Contexts.SynchronizationAttribute prop, Class System.Runtime.Remoting.Messaging.IMessageSink nextSink);
- Class System.Runtime.Remoting.Messaging.IMessage SyncProcessMessage( Class System.Runtime.Remoting.Messaging.IMessage reqMsg);
- Class System.Runtime.Remoting.Messaging.IMessageCtrl AsyncProcessMessage( Class System.Runtime.Remoting.Messaging.IMessage reqMsg, Class System.Runtime.Remoting.Messaging.IMessageSink replySink);
- Class System.Runtime.Remoting.Messaging.IMessageSink get_NextSink();
- property NextSink { get(){} set(){} };
- }
- class AsyncReplySink : System.Object
- {
- Class System.Runtime.Remoting.Messaging.IMessageSink _nextSink;
- Class System.Runtime.Remoting.Contexts.SynchronizationAttribute _property;
- Void AsyncReplySink( Class System.Runtime.Remoting.Messaging.IMessageSink nextSink, Class System.Runtime.Remoting.Contexts.SynchronizationAttribute prop);
- Class System.Runtime.Remoting.Messaging.IMessage SyncProcessMessage( Class System.Runtime.Remoting.Messaging.IMessage reqMsg);
- Class System.Runtime.Remoting.Messaging.IMessageCtrl AsyncProcessMessage( Class System.Runtime.Remoting.Messaging.IMessage reqMsg, Class System.Runtime.Remoting.Messaging.IMessageSink replySink);
- Class System.Runtime.Remoting.Messaging.IMessageSink get_NextSink();
- property NextSink { get(){} set(){} };
- }
- class System.Runtime.Remoting.Proxies.__TransparentProxy : System.Object
- {
- Class System.Runtime.Remoting.Proxies.RealProxy _rp;
- Object _stubData;
- I _pMT;
- I _pInterfaceMT;
- I _stub;
- Void System.Runtime.Remoting.Proxies.__TransparentProxy();
- }
- class System.Runtime.Remoting.Messaging.EnvoyTerminatorSink : System.Runtime.Remoting.Messaging.InternalSink
- {
- Class System.Runtime.Remoting.Messaging.EnvoyTerminatorSink messageSink;
- Object staticSyncObject;
- Class System.Runtime.Remoting.Messaging.IMessageSink get_MessageSink();
- Class System.Runtime.Remoting.Messaging.IMessage SyncProcessMessage( Class System.Runtime.Remoting.Messaging.IMessage reqMsg);
- Class System.Runtime.Remoting.Messaging.IMessageCtrl AsyncProcessMessage( Class System.Runtime.Remoting.Messaging.IMessage reqMsg, Class System.Runtime.Remoting.Messaging.IMessageSink replySink);
- Class System.Runtime.Remoting.Messaging.IMessageSink get_NextSink();
- Void System.Runtime.Remoting.Messaging.EnvoyTerminatorSink();
- Void System.Runtime.Remoting.Messaging.EnvoyTerminatorSink();
- property MessageSink { get(){} set(){} };
- property NextSink { get(){} set(){} };
- }
- class System.Runtime.Remoting.Messaging.ClientContextTerminatorSink : System.Runtime.Remoting.Messaging.InternalSink
- {
- Class System.Runtime.Remoting.Messaging.ClientContextTerminatorSink messageSink;
- Object staticSyncObject;
- Class System.Runtime.Remoting.Messaging.IMessageSink get_MessageSink();
- Class System.Runtime.Remoting.Messaging.IMessage SyncProcessMessage( Class System.Runtime.Remoting.Messaging.IMessage reqMsg);
- Class System.Runtime.Remoting.Messaging.IMessageCtrl AsyncProcessMessage( Class System.Runtime.Remoting.Messaging.IMessage reqMsg, Class System.Runtime.Remoting.Messaging.IMessageSink replySink);
- Class System.Runtime.Remoting.Messaging.IMessageSink get_NextSink();
- Class System.Runtime.Remoting.Messaging.IMessageSink GetChannelSink( Class System.Runtime.Remoting.Messaging.IMessage reqMsg);
- Void System.Runtime.Remoting.Messaging.ClientContextTerminatorSink();
- Void System.Runtime.Remoting.Messaging.ClientContextTerminatorSink();
- property MessageSink { get(){} set(){} };
- property NextSink { get(){} set(){} };
- }
- class System.Runtime.Remoting.Messaging.AsyncReplySink : System.Object
- {
- Class System.Runtime.Remoting.Messaging.IMessageSink _replySink;
- Class System.Runtime.Remoting.Contexts.Context _cliCtx;
- Void System.Runtime.Remoting.Messaging.AsyncReplySink( Class System.Runtime.Remoting.Messaging.IMessageSink replySink, Class System.Runtime.Remoting.Contexts.Context cliCtx);
- Class System.Runtime.Remoting.Messaging.IMessage SyncProcessMessage( Class System.Runtime.Remoting.Messaging.IMessage reqMsg);
- Class System.Runtime.Remoting.Messaging.IMessageCtrl AsyncProcessMessage( Class System.Runtime.Remoting.Messaging.IMessage reqMsg, Class System.Runtime.Remoting.Messaging.IMessageSink replySink);
- Class System.Runtime.Remoting.Messaging.IMessageSink get_NextSink();
- property NextSink { get(){} set(){} };
- }
- class System.Runtime.Remoting.Messaging.ServerContextTerminatorSink : System.Runtime.Remoting.Messaging.InternalSink
- {
- Class System.Runtime.Remoting.Messaging.ServerContextTerminatorSink messageSink;
- Object staticSyncObject;
- Class System.Runtime.Remoting.Messaging.IMessageSink get_MessageSink();
- Class System.Runtime.Remoting.Messaging.IMessage SyncProcessMessage( Class System.Runtime.Remoting.Messaging.IMessage reqMsg);
- Class System.Runtime.Remoting.Messaging.IMessageCtrl AsyncProcessMessage( Class System.Runtime.Remoting.Messaging.IMessage reqMsg, Class System.Runtime.Remoting.Messaging.IMessageSink replySink);
- Class System.Runtime.Remoting.Messaging.IMessageSink get_NextSink();
- Class System.Runtime.Remoting.Messaging.IMessageSink GetObjectChain( Class System.Runtime.Remoting.Messaging.IMessage reqMsg, ByRef Class System.MarshalByRefObject obj);
- Void System.Runtime.Remoting.Messaging.ServerContextTerminatorSink();
- Void System.Runtime.Remoting.Messaging.ServerContextTerminatorSink();
- property MessageSink { get(){} set(){} };
- property NextSink { get(){} set(){} };
- }
- class System.Runtime.Remoting.Messaging.DisposeSink : System.Object
- {
- Class System.IDisposable _iDis;
- Class System.Runtime.Remoting.Messaging.IMessageSink _replySink;
- Void System.Runtime.Remoting.Messaging.DisposeSink( Class System.IDisposable iDis, Class System.Runtime.Remoting.Messaging.IMessageSink replySink);
- Class System.Runtime.Remoting.Messaging.IMessage SyncProcessMessage( Class System.Runtime.Remoting.Messaging.IMessage reqMsg);
- Class System.Runtime.Remoting.Messaging.IMessageCtrl AsyncProcessMessage( Class System.Runtime.Remoting.Messaging.IMessage reqMsg, Class System.Runtime.Remoting.Messaging.IMessageSink replySink);
- Class System.Runtime.Remoting.Messaging.IMessageSink get_NextSink();
- property NextSink { get(){} set(){} };
- }
- class System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink : System.Runtime.Remoting.Messaging.InternalSink
- {
- Class System.Runtime.Remoting.Messaging.StackBuilderSink _stackBuilderSink;
- Void System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink( Class System.MarshalByRefObject srvObj);
- Class System.Runtime.Remoting.Messaging.IMessage SyncProcessMessage( Class System.Runtime.Remoting.Messaging.IMessage reqMsg);
- Class System.Runtime.Remoting.Messaging.IMessageCtrl AsyncProcessMessage( Class System.Runtime.Remoting.Messaging.IMessage reqMsg, Class System.Runtime.Remoting.Messaging.IMessageSink replySink);
- Class System.Runtime.Remoting.Messaging.IMessageSink get_NextSink();
- property NextSink { get(){} set(){} };
- }
- class System.Runtime.Remoting.Messaging.ClientAsyncReplyTerminatorSink : System.Object
- {
- Class System.Runtime.Remoting.Messaging.IMessageSink _nextSink;
- Void System.Runtime.Remoting.Messaging.ClientAsyncReplyTerminatorSink( Class System.Runtime.Remoting.Messaging.IMessageSink nextSink);
- Class System.Runtime.Remoting.Messaging.IMessage SyncProcessMessage( Class System.Runtime.Remoting.Messaging.IMessage replyMsg);
- Class System.Runtime.Remoting.Messaging.IMessageCtrl AsyncProcessMessage( Class System.Runtime.Remoting.Messaging.IMessage replyMsg, Class System.Runtime.Remoting.Messaging.IMessageSink replySink);
- Class System.Runtime.Remoting.Messaging.IMessageSink get_NextSink();
- property NextSink { get(){} set(){} };
- }
- interface System.Runtime.Remoting.Services.ITrackingHandler :
- {
- Void MarshaledObject( Object obj, Class System.Runtime.Remoting.ObjRef or);
- Void UnmarshaledObject( Object obj, Class System.Runtime.Remoting.ObjRef or);
- Void DisconnectedObject( Object obj);
- }
- class System.Runtime.Remoting.Services.TrackingServices : System.Object
- {
- SZArray Class System.Runtime.Remoting.Services.ITrackingHandler _Handlers;
- I4 _Size;
- Void RegisterTrackingHandler( Class System.Runtime.Remoting.Services.ITrackingHandler handler);
- Void UnregisterTrackingHandler( Class System.Runtime.Remoting.Services.ITrackingHandler handler);
- SZArray Class System.Runtime.Remoting.Services.ITrackingHandler get_RegisteredHandlers();
- Void MarshaledObject( Object obj, Class System.Runtime.Remoting.ObjRef or);
- Void UnmarshaledObject( Object obj, Class System.Runtime.Remoting.ObjRef or);
- Void DisconnectedObject( Object obj);
- I4 Match( Class System.Runtime.Remoting.Services.ITrackingHandler handler);
- Void System.Runtime.Remoting.Services.TrackingServices();
- Void System.Runtime.Remoting.Services.TrackingServices();
- property RegisteredHandlers { get(){} set(){} };
- }
- class System.Runtime.Remoting.Activation.UrlAttribute : System.Runtime.Remoting.Contexts.ContextAttribute
- {
- String url;
- String propertyName;
- Void System.Runtime.Remoting.Activation.UrlAttribute( String callsiteURL);
- Boolean Equals( Object o);
- I4 GetHashCode();
- Boolean IsContextOK( Class System.Runtime.Remoting.Contexts.Context ctx, Class System.Runtime.Remoting.Activation.IConstructionCallMessage msg);
- Void GetPropertiesForNewContext( Class System.Runtime.Remoting.Activation.IConstructionCallMessage ctorMsg);
- String get_UrlValue();
- Void System.Runtime.Remoting.Activation.UrlAttribute();
- property UrlValue { get(){} set(){} };
- }
- class System.IO.IsolatedStorage.IsolatedStorageScope : System.Enum
- {
- I4 value__;
- ValueClass System.IO.IsolatedStorage.IsolatedStorageScope None;
- ValueClass System.IO.IsolatedStorage.IsolatedStorageScope User;
- ValueClass System.IO.IsolatedStorage.IsolatedStorageScope Domain;
- ValueClass System.IO.IsolatedStorage.IsolatedStorageScope Assembly;
- ValueClass System.IO.IsolatedStorage.IsolatedStorageScope Roaming;
- }
- class System.IO.IsolatedStorage.IsolatedStorage : System.MarshalByRefObject
- {
- ValueClass System.IO.IsolatedStorage.IsolatedStorageScope c_Assembly;
- ValueClass System.IO.IsolatedStorage.IsolatedStorageScope c_App;
- ValueClass System.IO.IsolatedStorage.IsolatedStorageScope c_AssemblyRoaming;
- ValueClass System.IO.IsolatedStorage.IsolatedStorageScope c_AppRoaming;
- String s_Publisher;
- String s_StrongName;
- String s_Site;
- String s_Url;
- String s_Zone;
- SZArray Char s_Base32Char;
- UI8 m_Quota;
- Boolean m_ValidQuota;
- Object m_AppIdentity;
- Object m_AssemIdentity;
- String m_AppName;
- String m_AssemName;
- ValueClass System.IO.IsolatedStorage.IsolatedStorageScope m_Scope;
- Class System.Security.Permissions.IsolatedStorageFilePermission s_PermApp;
- Class System.Security.Permissions.IsolatedStorageFilePermission s_PermAppRoaming;
- Class System.Security.Permissions.IsolatedStorageFilePermission s_PermAssem;
- Class System.Security.Permissions.IsolatedStorageFilePermission s_PermAssemRoaming;
- Class System.Security.Permissions.SecurityPermission s_PermControlEvidence;
- Class System.Security.PermissionSet s_PermReflection;
- Class System.Security.PermissionSet s_PermUnrestricted;
- Class System.Security.PermissionSet s_PermExecution;
- Class System.Security.Policy.Zone s_InternetZone;
- Boolean IsRoaming( ValueClass System.IO.IsolatedStorage.IsolatedStorageScope scope);
- Boolean IsRoaming();
- Boolean IsDomain( ValueClass System.IO.IsolatedStorage.IsolatedStorageScope scope);
- Boolean IsDomain();
- String GetNameFromID( String typeID, String instanceID);
- String GetPredefinedTypeName( Object o);
- String GetHash( Class System.IO.Stream s);
- String ToBase32StringSuitableForDirName( SZArray UI1 buff);
- Boolean IsValidName( String s);
- Class System.Security.PermissionSet GetReflectionPermission();
- Class System.Security.Permissions.SecurityPermission GetControlEvidencePermission();
- Class System.Security.PermissionSet GetExecutionPermission();
- Class System.Security.PermissionSet GetUnrestricted();
- Char get_SeparatorExternal();
- Char get_SeparatorInternal();
- UI8 get_MaximumSize();
- UI8 get_CurrentSize();
- Object get_DomainIdentity();
- Object get_AssemblyIdentity();
- Class System.IO.MemoryStream GetIdentityStream( Boolean fApp);
- ValueClass System.IO.IsolatedStorage.IsolatedStorageScope get_Scope();
- String get_AppName();
- String get_AssemName();
- Void InitStore( ValueClass System.IO.IsolatedStorage.IsolatedStorageScope scope, Class System.Type domainEvidenceType, Class System.Type assemblyEvidenceType);
- Void InitStore( ValueClass System.IO.IsolatedStorage.IsolatedStorageScope scope, Object app, Object assem);
- Void InitStore( ValueClass System.IO.IsolatedStorage.IsolatedStorageScope scope, Class System.Security.Policy.Evidence appEv, Class System.Type appEvidenceType, Class System.Security.Policy.Evidence assemEv, Class System.Type assemEvidenceType);
- Boolean InitStore( ValueClass System.IO.IsolatedStorage.IsolatedStorageScope scope, Class System.IO.Stream app, Class System.IO.Stream assem, String appName, String assemName);
- Void _InitStore( ValueClass System.IO.IsolatedStorage.IsolatedStorageScope scope, Class System.Security.Policy.Evidence appEv, Class System.Type appEvidenceType, Class System.Security.Policy.Evidence assemEv, Class System.Type assemblyEvidenceType);
- Object GetAccountingInfo( Class System.Security.Policy.Evidence evidence, Class System.Type evidenceType, Boolean fDomain, ByRef String typeName, ByRef String instanceName);
- Object _GetAccountingInfo( Class System.Security.Policy.Evidence evidence, Class System.Type evidenceType, Boolean fDomain, ByRef Object oNormalized);
- Void DemandPermission( ValueClass System.IO.IsolatedStorage.IsolatedStorageScope scope);
- Void VerifyScope( ValueClass System.IO.IsolatedStorage.IsolatedStorageScope scope);
- Void SetQuota( Class System.Security.PermissionSet psAllowed, Class System.Security.PermissionSet psDenied);
- Void Remove();
- Class System.Security.Permissions.IsolatedStoragePermission GetPermission( Class System.Security.PermissionSet ps);
- Class System.Reflection.Assembly nGetCaller();
- Void System.IO.IsolatedStorage.IsolatedStorage();
- Void System.IO.IsolatedStorage.IsolatedStorage();
- property SeparatorExternal { get(){} set(){} };
- property SeparatorInternal { get(){} set(){} };
- property MaximumSize { get(){} set(){} };
- property CurrentSize { get(){} set(){} };
- property DomainIdentity { get(){} set(){} };
- property AssemblyIdentity { get(){} set(){} };
- property Scope { get(){} set(){} };
- property AppName { get(){} set(){} };
- property AssemName { get(){} set(){} };
- }
- class System.IO.IsolatedStorage.IsolatedStorageFile : System.IO.IsolatedStorage.IsolatedStorage
- {
- I4 s_BlockSize;
- I4 s_DirSize;
- String s_name;
- String s_Files;
- String s_AssemFiles;
- String s_IDFile;
- String s_InfoFile;
- String s_RootDirUser;
- String s_RootDirRoaming;
- Class System.Security.Permissions.FileIOPermission s_PermUser;
- Class System.Security.Permissions.FileIOPermission s_PermRoaming;
- Class System.Security.Permissions.IsolatedStorageFilePermission s_PermAdminUser;
- Class System.Security.Permissions.FileIOPermission m_fiop;
- String m_RootDir;
- String m_InfoFile;
- I m_handle;
- Boolean m_closed;
- Boolean m_bDisposed;
- Void System.IO.IsolatedStorage.IsolatedStorageFile();
- Class System.IO.IsolatedStorage.IsolatedStorageFile GetUserStoreForDomain();
- Class System.IO.IsolatedStorage.IsolatedStorageFile GetUserStoreForAssembly();
- Class System.IO.IsolatedStorage.IsolatedStorageFile GetStore( ValueClass System.IO.IsolatedStorage.IsolatedStorageScope scope, Class System.Type domainEvidenceType, Class System.Type assemblyEvidenceType);
- Class System.IO.IsolatedStorage.IsolatedStorageFile GetStore( ValueClass System.IO.IsolatedStorage.IsolatedStorageScope scope, Object domainIdentity, Object assemblyIdentity);
- Class System.IO.IsolatedStorage.IsolatedStorageFile GetStore( ValueClass System.IO.IsolatedStorage.IsolatedStorageScope scope, Class System.Security.Policy.Evidence domainEvidence, Class System.Type domainEvidenceType, Class System.Security.Policy.Evidence assemblyEvidence, Class System.Type assemblyEvidenceType);
- UI8 get_CurrentSize();
- UI8 get_MaximumSize();
- Void Reserve( UI8 lReserve);
- Void Unreserve( UI8 lFree);
- Void DeleteFile( String file);
- Void CreateDirectory( String dir);
- Void DeleteDirectory( String dir);
- SZArray String GetFileNames( String searchPattern);
- SZArray String GetDirectoryNames( String searchPattern);
- Void Remove();
- Void RemoveLogicalDir();
- Boolean ContainsUnknownFiles( String rootDir);
- Void Close();
- Void Dispose();
- Void Finalize();
- Boolean NotIDFile( String file);
- Boolean NotInfoFile( String file);
- Boolean NotFilesDir( String dir);
- Boolean NotAssemFilesDir( String dir);
- Void Remove( ValueClass System.IO.IsolatedStorage.IsolatedStorageScope scope);
- Class System.Collections.IEnumerator GetEnumerator( ValueClass System.IO.IsolatedStorage.IsolatedStorageScope scope);
- String get_RootDirectory();
- String GetFullPath( String path);
- Void Init( ValueClass System.IO.IsolatedStorage.IsolatedStorageScope scope);
- Boolean InitExistingStore( ValueClass System.IO.IsolatedStorage.IsolatedStorageScope scope);
- Class System.Security.Permissions.IsolatedStoragePermission GetPermission( Class System.Security.PermissionSet ps);
- Void UndoReserveOperation( UI8 oldLen, UI8 newLen);
- Void Reserve( UI8 oldLen, UI8 newLen);
- Void ReserveOneBlock();
- Void UnreserveOneBlock();
- UI8 RoundToBlockSize( UI8 num);
- String GetRootDir( ValueClass System.IO.IsolatedStorage.IsolatedStorageScope scope);
- Void InitGlobalsNonRoaming( ValueClass System.IO.IsolatedStorage.IsolatedStorageScope scope);
- String GetRandomDirectory( String root);
- Class System.Threading.Mutex CreateMutexNotOwned( String pathName);
- Class System.Security.Permissions.FileIOPermission GetGlobalFileIOPerm( ValueClass System.IO.IsolatedStorage.IsolatedStorageScope scope);
- Void DemandAdminPermission();
- Void VerifyGlobalScope( ValueClass System.IO.IsolatedStorage.IsolatedStorageScope scope);
- Void CreateIDFile( String path, Boolean fApp);
- SZArray String GetFileDirectoryNames( String path, String msg, Boolean file);
- UI8 nGetUsage( I handle);
- I nOpen( String infoFile);
- Void nClose( I handle);
- Void nReserve( I handle, Ptr UI8 plQuota, Ptr UI8 plReserve, Boolean fFree);
- String nGetRootDir( ValueClass System.IO.IsolatedStorage.IsolatedStorageScope scope);
- property CurrentSize { get(){} set(){} };
- property MaximumSize { get(){} set(){} };
- property RootDirectory { get(){} set(){} };
- }
- class System.IO.IsolatedStorage.IsolatedStorageFileEnumerator : System.Object
- {
- SZArray Char s_SepInternal;
- Char s_SepExternal;
- Class System.IO.IsolatedStorage.IsolatedStorageFile m_Current;
- ValueClass System.IO.IsolatedStorage.IsolatedStorageScope m_Scope;
- Class System.Security.Permissions.FileIOPermission m_fiop;
- String m_rootDir;
- Class System.IO.IsolatedStorage.TwoLevelFileEnumerator m_fileEnum;
- Boolean m_fReset;
- Boolean m_fEnd;
- Void System.IO.IsolatedStorage.IsolatedStorageFileEnumerator( ValueClass System.IO.IsolatedStorage.IsolatedStorageScope scope);
- Boolean MoveNext();
- Object get_Current();
- Void Reset();
- Boolean GetIDStream( String path, ByRef Class System.IO.Stream s);
- Void System.IO.IsolatedStorage.IsolatedStorageFileEnumerator();
- property Current { get(){} set(){} };
- }
- class System.IO.IsolatedStorage.TwoPaths : System.Object
- {
- String Path1;
- String Path2;
- Void Reset();
- Void System.IO.IsolatedStorage.TwoPaths();
- }
- class System.IO.IsolatedStorage.TwoLevelFileEnumerator : System.Object
- {
- String m_Root;
- Class System.IO.IsolatedStorage.TwoPaths m_Current;
- Boolean m_fReset;
- SZArray String m_RootDir;
- I4 m_nRootDir;
- Boolean m_fRootDir;
- SZArray String m_SubDir;
- I4 m_nSubDir;
- Void System.IO.IsolatedStorage.TwoLevelFileEnumerator( String root);
- Boolean MoveNext();
- Boolean AdvanceRootDir();
- Void UpdateCurrent();
- Object get_Current();
- Void Reset();
- property Current { get(){} set(){} };
- }
- class System.IO.IsolatedStorage.IsolatedStorageFileStream : System.IO.FileStream
- {
- String s_BackSlash;
- I4 s_BlockSize;
- Class System.IO.FileStream m_fs;
- Class System.IO.IsolatedStorage.IsolatedStorageFile m_isf;
- String m_GivenPath;
- String m_FullPath;
- Boolean m_OwnedStore;
- Void System.IO.IsolatedStorage.IsolatedStorageFileStream();
- Void System.IO.IsolatedStorage.IsolatedStorageFileStream( String path, ValueClass System.IO.FileMode mode);
- Void System.IO.IsolatedStorage.IsolatedStorageFileStream( String path, ValueClass System.IO.FileMode mode, Class System.IO.IsolatedStorage.IsolatedStorageFile isf);
- Void System.IO.IsolatedStorage.IsolatedStorageFileStream( String path, ValueClass System.IO.FileMode mode, ValueClass System.IO.FileAccess access);
- Void System.IO.IsolatedStorage.IsolatedStorageFileStream( String path, ValueClass System.IO.FileMode mode, ValueClass System.IO.FileAccess access, Class System.IO.IsolatedStorage.IsolatedStorageFile isf);
- Void System.IO.IsolatedStorage.IsolatedStorageFileStream( String path, ValueClass System.IO.FileMode mode, ValueClass System.IO.FileAccess access, ValueClass System.IO.FileShare share);
- Void System.IO.IsolatedStorage.IsolatedStorageFileStream( String path, ValueClass System.IO.FileMode mode, ValueClass System.IO.FileAccess access, ValueClass System.IO.FileShare share, Class System.IO.IsolatedStorage.IsolatedStorageFile isf);
- Void System.IO.IsolatedStorage.IsolatedStorageFileStream( String path, ValueClass System.IO.FileMode mode, ValueClass System.IO.FileAccess access, ValueClass System.IO.FileShare share, I4 bufferSize);
- Void System.IO.IsolatedStorage.IsolatedStorageFileStream( String path, ValueClass System.IO.FileMode mode, ValueClass System.IO.FileAccess access, ValueClass System.IO.FileShare share, I4 bufferSize, Class System.IO.IsolatedStorage.IsolatedStorageFile isf);
- Boolean get_CanRead();
- Boolean get_CanWrite();
- Boolean get_CanSeek();
- Boolean get_IsAsync();
- I8 get_Length();
- I8 get_Position();
- Void set_Position( I8 value);
- Void Close();
- Void Dispose( Boolean disposing);
- Void Flush();
- I get_Handle();
- Void SetLength( I8 value);
- Void ZeroInit( UI8 oldLen, UI8 newLen);
- I4 Read( SZArray UI1 buffer, I4 offset, I4 count);
- I4 ReadByte();
- I8 Seek( I8 offset, ValueClass System.IO.SeekOrigin origin);
- Void Write( SZArray UI1 buffer, I4 offset, I4 count);
- Void WriteByte( UI1 value);
- Class System.IAsyncResult BeginRead( SZArray UI1 buffer, I4 offset, I4 numBytes, Class System.AsyncCallback userCallback, Object stateObject);
- I4 EndRead( Class System.IAsyncResult asyncResult);
- Class System.IAsyncResult BeginWrite( SZArray UI1 buffer, I4 offset, I4 numBytes, Class System.AsyncCallback userCallback, Object stateObject);
- Void EndWrite( Class System.IAsyncResult asyncResult);
- Void NotPermittedError( String str);
- Void NotPermittedError();
- property CanRead { get(){} set(){} };
- property CanWrite { get(){} set(){} };
- property CanSeek { get(){} set(){} };
- property IsAsync { get(){} set(){} };
- property Length { get(){} set(){} };
- property Position { get(){} set(){} };
- property Handle { get(){} set(){} };
- }
- class System.IO.IsolatedStorage.IsolatedStorageException : System.Exception
- {
- Void System.IO.IsolatedStorage.IsolatedStorageException();
- Void System.IO.IsolatedStorage.IsolatedStorageException( String message);
- Void System.IO.IsolatedStorage.IsolatedStorageException( String message, Class System.Exception inner);
- Void System.IO.IsolatedStorage.IsolatedStorageException( Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext context);
- }
- interface System.IO.IsolatedStorage.INormalizeForIsolatedStorage :
- {
- Object Normalize();
- }
- class System.IO.IsolatedStorage.__HResults : System.Object
- {
- I4 COR_E_ISOSTORE;
- Void System.IO.IsolatedStorage.__HResults();
- }
- class System.Runtime.Serialization.Formatters.FormatterTypeStyle : System.Enum
- {
- I4 value__;
- ValueClass System.Runtime.Serialization.Formatters.FormatterTypeStyle TypesWhenNeeded;
- ValueClass System.Runtime.Serialization.Formatters.FormatterTypeStyle TypesAlways;
- ValueClass System.Runtime.Serialization.Formatters.FormatterTypeStyle XsdString;
- }
- class System.Runtime.Serialization.Formatters.FormatterAssemblyStyle : System.Enum
- {
- I4 value__;
- ValueClass System.Runtime.Serialization.Formatters.FormatterAssemblyStyle Simple;
- ValueClass System.Runtime.Serialization.Formatters.FormatterAssemblyStyle Full;
- }
- interface System.Runtime.Serialization.Formatters.ISoapMessage :
- {
- SZArray String get_ParamNames();
- Void set_ParamNames( SZArray String value);
- SZArray Object get_ParamValues();
- Void set_ParamValues( SZArray Object value);
- SZArray Class System.Type get_ParamTypes();
- Void set_ParamTypes( SZArray Class System.Type value);
- String get_MethodName();
- Void set_MethodName( String value);
- String get_XmlNameSpace();
- Void set_XmlNameSpace( String value);
- SZArray Class System.Runtime.Remoting.Messaging.Header get_Headers();
- Void set_Headers( SZArray Class System.Runtime.Remoting.Messaging.Header value);
- property ParamNames { get(){} set(){} };
- property ParamValues { get(){} set(){} };
- property ParamTypes { get(){} set(){} };
- property MethodName { get(){} set(){} };
- property XmlNameSpace { get(){} set(){} };
- property Headers { get(){} set(){} };
- }
- class System.Runtime.Serialization.Formatters.InternalRM : System.Object
- {
- Void InfoSoap( SZArray Object messages);
- Boolean SoapCheckEnabled();
- Void System.Runtime.Serialization.Formatters.InternalRM();
- }
- class System.Runtime.Serialization.Formatters.InternalST : System.Object
- {
- Void System.Runtime.Serialization.Formatters.InternalST();
- Void InfoSoap( SZArray Object messages);
- Boolean SoapCheckEnabled();
- Void Soap( SZArray Object messages);
- Void SoapAssert( Boolean condition, String message);
- Void SerializationSetValue( Class System.Reflection.FieldInfo fi, Object target, Object value);
- Class System.Reflection.Assembly LoadAssemblyFromString( String assemblyString);
- }
- class System.Runtime.Serialization.Formatters.SerTrace : System.Object
- {
- Void System.Runtime.Serialization.Formatters.SerTrace();
- Void InfoLog( SZArray Object messages);
- Void Log( SZArray Object messages);
- }
- class System.Runtime.Serialization.Formatters.SoapMessage : System.Object
- {
- SZArray String paramNames;
- SZArray Object paramValues;
- SZArray Class System.Type paramTypes;
- String methodName;
- String xmlNameSpace;
- SZArray Class System.Runtime.Remoting.Messaging.Header headers;
- SZArray String get_ParamNames();
- Void set_ParamNames( SZArray String value);
- SZArray Object get_ParamValues();
- Void set_ParamValues( SZArray Object value);
- SZArray Class System.Type get_ParamTypes();
- Void set_ParamTypes( SZArray Class System.Type value);
- String get_MethodName();
- Void set_MethodName( String value);
- String get_XmlNameSpace();
- Void set_XmlNameSpace( String value);
- SZArray Class System.Runtime.Remoting.Messaging.Header get_Headers();
- Void set_Headers( SZArray Class System.Runtime.Remoting.Messaging.Header value);
- Void System.Runtime.Serialization.Formatters.SoapMessage();
- property ParamNames { get(){} set(){} };
- property ParamValues { get(){} set(){} };
- property ParamTypes { get(){} set(){} };
- property MethodName { get(){} set(){} };
- property XmlNameSpace { get(){} set(){} };
- property Headers { get(){} set(){} };
- }
- class System.Runtime.Serialization.Formatters.SoapFault : System.Object
- {
- String faultCode;
- String faultString;
- String faultActor;
- Object detail;
- Void System.Runtime.Serialization.Formatters.SoapFault();
- Void System.Runtime.Serialization.Formatters.SoapFault( String faultCode, String faultString, String faultActor, Class System.Runtime.Serialization.Formatters.ServerFault serverFault);
- Void System.Runtime.Serialization.Formatters.SoapFault( Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext context);
- Void GetObjectData( Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext context);
- String get_FaultCode();
- Void set_FaultCode( String value);
- String get_FaultString();
- Void set_FaultString( String value);
- String get_FaultActor();
- Void set_FaultActor( String value);
- Object get_Detail();
- Void set_Detail( Object value);
- property FaultCode { get(){} set(){} };
- property FaultString { get(){} set(){} };
- property FaultActor { get(){} set(){} };
- property Detail { get(){} set(){} };
- }
- class System.Runtime.Serialization.Formatters.ServerFault : System.Object
- {
- String exceptionType;
- String message;
- String stackTrace;
- Class System.Exception exception;
- Void System.Runtime.Serialization.Formatters.ServerFault( Class System.Exception exception);
- Void System.Runtime.Serialization.Formatters.ServerFault( String exceptionType, String message, String stackTrace);
- String get_ExceptionType();
- Void set_ExceptionType( String value);
- String get_ExceptionMessage();
- Void set_ExceptionMessage( String value);
- String get_StackTrace();
- Void set_StackTrace( String value);
- Class System.Exception get_Exception();
- Void set_Exception( Class System.Exception value);
- property ExceptionType { get(){} set(){} };
- property ExceptionMessage { get(){} set(){} };
- property StackTrace { get(){} set(){} };
- property Exception { get(){} set(){} };
- }
- class System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum : System.Enum
- {
- I4 value__;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum SerializedStreamHeader;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum Object;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum ObjectWithMap;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum ObjectWithMapAssemId;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum ObjectWithMapTyped;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum ObjectWithMapTypedAssemId;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum ObjectString;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum Array;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum MemberPrimitiveTyped;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum MemberReference;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum ObjectNull;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum MessageEnd;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum Assembly;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum ObjectNullMultiple256;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum ObjectNullMultiple;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum ArraySinglePrimitive;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum ArraySingleObject;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum ArraySingleString;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum CrossAppDomainMap;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum CrossAppDomainString;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum CrossAppDomainAssembly;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum MethodCall;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum MethodReturn;
- }
- class System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum : System.Enum
- {
- I4 value__;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum Primitive;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum String;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum Object;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum ObjectUrt;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum ObjectUser;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum ObjectArray;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum StringArray;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum PrimitiveArray;
- }
- class System.Runtime.Serialization.Formatters.Binary.BinaryArrayTypeEnum : System.Enum
- {
- I4 value__;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryArrayTypeEnum Single;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryArrayTypeEnum Jagged;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryArrayTypeEnum Rectangular;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryArrayTypeEnum SingleOffset;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryArrayTypeEnum JaggedOffset;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryArrayTypeEnum RectangularOffset;
- }
- class System.Runtime.Serialization.Formatters.Binary.InternalSerializerTypeE : System.Enum
- {
- I4 value__;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalSerializerTypeE Soap;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalSerializerTypeE Binary;
- }
- class System.Runtime.Serialization.Formatters.Binary.InternalElementTypeE : System.Enum
- {
- I4 value__;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalElementTypeE ObjectBegin;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalElementTypeE ObjectEnd;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalElementTypeE Member;
- }
- class System.Runtime.Serialization.Formatters.Binary.InternalParseTypeE : System.Enum
- {
- I4 value__;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalParseTypeE Empty;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalParseTypeE SerializedStreamHeader;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalParseTypeE Object;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalParseTypeE Member;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalParseTypeE ObjectEnd;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalParseTypeE MemberEnd;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalParseTypeE Headers;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalParseTypeE HeadersEnd;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalParseTypeE SerializedStreamHeaderEnd;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalParseTypeE Envelope;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalParseTypeE EnvelopeEnd;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalParseTypeE Body;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalParseTypeE BodyEnd;
- }
- class System.Runtime.Serialization.Formatters.Binary.InternalObjectTypeE : System.Enum
- {
- I4 value__;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalObjectTypeE Empty;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalObjectTypeE Object;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalObjectTypeE Array;
- }
- class System.Runtime.Serialization.Formatters.Binary.InternalObjectPositionE : System.Enum
- {
- I4 value__;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalObjectPositionE Empty;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalObjectPositionE Top;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalObjectPositionE Child;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalObjectPositionE Headers;
- }
- class System.Runtime.Serialization.Formatters.Binary.InternalArrayTypeE : System.Enum
- {
- I4 value__;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalArrayTypeE Empty;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalArrayTypeE Single;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalArrayTypeE Jagged;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalArrayTypeE Rectangular;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalArrayTypeE Base64;
- }
- class System.Runtime.Serialization.Formatters.Binary.InternalMemberTypeE : System.Enum
- {
- I4 value__;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalMemberTypeE Empty;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalMemberTypeE Header;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalMemberTypeE Field;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalMemberTypeE Item;
- }
- class System.Runtime.Serialization.Formatters.Binary.InternalMemberValueE : System.Enum
- {
- I4 value__;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalMemberValueE Empty;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalMemberValueE InlineValue;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalMemberValueE Nested;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalMemberValueE Reference;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalMemberValueE Null;
- }
- class System.Runtime.Serialization.Formatters.Binary.InternalParseStateE : System.Enum
- {
- I4 value__;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalParseStateE Initial;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalParseStateE Object;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalParseStateE Member;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalParseStateE MemberChild;
- }
- class System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE : System.Enum
- {
- I4 value__;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE Invalid;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE Boolean;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE Byte;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE Char;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE Currency;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE Decimal;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE Double;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE Int16;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE Int32;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE Int64;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE SByte;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE Single;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE TimeSpan;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE DateTime;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE UInt16;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE UInt32;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE UInt64;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE Null;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE String;
- }
- class System.Runtime.Serialization.Formatters.Binary.MessageEnum : System.Enum
- {
- I4 value__;
- ValueClass System.Runtime.Serialization.Formatters.Binary.MessageEnum NoArgs;
- ValueClass System.Runtime.Serialization.Formatters.Binary.MessageEnum ArgsInline;
- ValueClass System.Runtime.Serialization.Formatters.Binary.MessageEnum ArgsIsArray;
- ValueClass System.Runtime.Serialization.Formatters.Binary.MessageEnum ArgsInArray;
- ValueClass System.Runtime.Serialization.Formatters.Binary.MessageEnum NoContext;
- ValueClass System.Runtime.Serialization.Formatters.Binary.MessageEnum ContextInline;
- ValueClass System.Runtime.Serialization.Formatters.Binary.MessageEnum ContextInArray;
- ValueClass System.Runtime.Serialization.Formatters.Binary.MessageEnum MethodSignatureInArray;
- ValueClass System.Runtime.Serialization.Formatters.Binary.MessageEnum PropertyInArray;
- ValueClass System.Runtime.Serialization.Formatters.Binary.MessageEnum NoReturnValue;
- ValueClass System.Runtime.Serialization.Formatters.Binary.MessageEnum ReturnValueVoid;
- ValueClass System.Runtime.Serialization.Formatters.Binary.MessageEnum ReturnValueInline;
- ValueClass System.Runtime.Serialization.Formatters.Binary.MessageEnum ReturnValueInArray;
- ValueClass System.Runtime.Serialization.Formatters.Binary.MessageEnum ExceptionInArray;
- }
- class System.Runtime.Serialization.Formatters.Binary.ValueFixupEnum : System.Enum
- {
- I4 value__;
- ValueClass System.Runtime.Serialization.Formatters.Binary.ValueFixupEnum Empty;
- ValueClass System.Runtime.Serialization.Formatters.Binary.ValueFixupEnum Array;
- ValueClass System.Runtime.Serialization.Formatters.Binary.ValueFixupEnum Header;
- ValueClass System.Runtime.Serialization.Formatters.Binary.ValueFixupEnum Member;
- }
- class System.Runtime.Serialization.Formatters.Binary.InternalNameSpaceE : System.Enum
- {
- I4 value__;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalNameSpaceE None;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalNameSpaceE Soap;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalNameSpaceE XdrPrimitive;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalNameSpaceE XdrString;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalNameSpaceE UrtSystem;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalNameSpaceE UrtUser;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalNameSpaceE UserNameSpace;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalNameSpaceE MemberName;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalNameSpaceE Interop;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalNameSpaceE CallElement;
- }
- class System.Runtime.Serialization.Formatters.Binary.SoapAttributeType : System.Enum
- {
- I4 value__;
- ValueClass System.Runtime.Serialization.Formatters.Binary.SoapAttributeType None;
- ValueClass System.Runtime.Serialization.Formatters.Binary.SoapAttributeType SchemaType;
- ValueClass System.Runtime.Serialization.Formatters.Binary.SoapAttributeType Embedded;
- ValueClass System.Runtime.Serialization.Formatters.Binary.SoapAttributeType XmlElement;
- ValueClass System.Runtime.Serialization.Formatters.Binary.SoapAttributeType XmlAttribute;
- }
- class System.Runtime.Serialization.Formatters.Binary.BinaryFormatter : System.Object
- {
- Class System.Runtime.Serialization.ISurrogateSelector m_surrogates;
- ValueClass System.Runtime.Serialization.StreamingContext m_context;
- Class System.Runtime.Serialization.SerializationBinder m_binder;
- ValueClass System.Runtime.Serialization.Formatters.FormatterTypeStyle m_typeFormat;
- ValueClass System.Runtime.Serialization.Formatters.FormatterAssemblyStyle m_assemblyFormat;
- SZArray Object m_crossAppDomainArray;
- ValueClass System.Runtime.Serialization.Formatters.FormatterTypeStyle get_TypeFormat();
- Void set_TypeFormat( ValueClass System.Runtime.Serialization.Formatters.FormatterTypeStyle value);
- ValueClass System.Runtime.Serialization.Formatters.FormatterAssemblyStyle get_AssemblyFormat();
- Void set_AssemblyFormat( ValueClass System.Runtime.Serialization.Formatters.FormatterAssemblyStyle value);
- Class System.Runtime.Serialization.ISurrogateSelector get_SurrogateSelector();
- Void set_SurrogateSelector( Class System.Runtime.Serialization.ISurrogateSelector value);
- Class System.Runtime.Serialization.SerializationBinder get_Binder();
- Void set_Binder( Class System.Runtime.Serialization.SerializationBinder value);
- ValueClass System.Runtime.Serialization.StreamingContext get_Context();
- Void set_Context( ValueClass System.Runtime.Serialization.StreamingContext value);
- SZArray Object get_CrossAppDomainArray();
- Void set_CrossAppDomainArray( SZArray Object value);
- Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter();
- Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter( Class System.Runtime.Serialization.ISurrogateSelector selector, ValueClass System.Runtime.Serialization.StreamingContext context);
- Object Deserialize( Class System.IO.Stream serializationStream);
- Object Deserialize( Class System.IO.Stream serializationStream, Class System.Runtime.Remoting.Messaging.HeaderHandler handler, Boolean fCheck);
- Object Deserialize( Class System.IO.Stream serializationStream, Class System.Runtime.Remoting.Messaging.HeaderHandler handler);
- Object DeserializeMethodResponse( Class System.IO.Stream serializationStream, Class System.Runtime.Remoting.Messaging.HeaderHandler handler, Class System.Runtime.Remoting.Messaging.IMethodCallMessage methodCallMessage);
- Object Deserialize( Class System.IO.Stream serializationStream, Class System.Runtime.Remoting.Messaging.HeaderHandler handler, Boolean fCheck, Class System.Runtime.Remoting.Messaging.IMethodCallMessage methodCallMessage);
- Void Serialize( Class System.IO.Stream serializationStream, Object graph);
- Void Serialize( Class System.IO.Stream serializationStream, Object graph, SZArray Class System.Runtime.Remoting.Messaging.Header headers);
- Void Serialize( Class System.IO.Stream serializationStream, Object graph, SZArray Class System.Runtime.Remoting.Messaging.Header headers, Boolean fCheck);
- property TypeFormat { get(){} set(){} };
- property AssemblyFormat { get(){} set(){} };
- property SurrogateSelector { get(){} set(){} };
- property Binder { get(){} set(){} };
- property Context { get(){} set(){} };
- property CrossAppDomainArray { get(){} set(){} };
- }
- class System.Runtime.Serialization.Formatters.Binary.__BinaryParser : System.Object
- {
- I4 chunkSize;
- Class System.Runtime.Serialization.Formatters.Binary.ObjectReader objectReader;
- Class System.IO.Stream input;
- I8 topId;
- I8 headerId;
- Class System.Runtime.Serialization.Formatters.Binary.SizedArray objectMapIdTable;
- Class System.Runtime.Serialization.Formatters.Binary.SizedArray assemIdToAssemblyTable;
- Class System.Runtime.Serialization.Formatters.Binary.SerStack stack;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum expectedType;
- Object expectedTypeInformation;
- Class System.Runtime.Serialization.Formatters.Binary.ParseRecord PRS;
- Class System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo systemAssemblyInfo;
- Class System.IO.BinaryReader dataReader;
- Class System.Runtime.Serialization.Formatters.Binary.SerStack opPool;
- Class System.Runtime.Serialization.Formatters.Binary.BinaryObject binaryObject;
- Class System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap bowm;
- Class System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped bowmt;
- Class System.Runtime.Serialization.Formatters.Binary.BinaryObjectString objectString;
- Class System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainString crossAppDomainString;
- Class System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped memberPrimitiveTyped;
- SZArray UI1 byteBuffer;
- Class System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped memberPrimitiveUnTyped;
- Class System.Runtime.Serialization.Formatters.Binary.MemberReference memberReference;
- Class System.Runtime.Serialization.Formatters.Binary.ObjectNull objectNull;
- Class System.Runtime.Serialization.Formatters.Binary.MessageEnd messageEnd;
- Void System.Runtime.Serialization.Formatters.Binary.__BinaryParser( Class System.IO.Stream stream, Class System.Runtime.Serialization.Formatters.Binary.ObjectReader objectReader);
- Class System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo get_SystemAssemblyInfo();
- Class System.Runtime.Serialization.Formatters.Binary.SizedArray get_ObjectMapIdTable();
- Class System.Runtime.Serialization.Formatters.Binary.SizedArray get_AssemIdToAssemblyTable();
- Class System.Runtime.Serialization.Formatters.Binary.ParseRecord get_prs();
- Void Run();
- Void ReadBegin();
- Void ReadEnd();
- Boolean ReadBoolean();
- UI1 ReadByte();
- SZArray UI1 ReadBytes( I4 length);
- Void ReadBytes( SZArray UI1 byteA, I4 offset, I4 size);
- Char ReadChar();
- SZArray Char ReadChars( I4 length);
- ValueClass System.Decimal ReadDecimal();
- R4 ReadSingle();
- R8 ReadDouble();
- I2 ReadInt16();
- I4 ReadInt32();
- I8 ReadInt64();
- I1 ReadSByte();
- String ReadString();
- ValueClass System.TimeSpan ReadTimeSpan();
- ValueClass System.DateTime ReadDateTime();
- UI2 ReadUInt16();
- UI4 ReadUInt32();
- UI8 ReadUInt64();
- Void ReadSerializationHeaderRecord();
- Void ReadAssembly( ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum binaryHeaderEnum);
- Void ReadMethodObject( ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum binaryHeaderEnum);
- Void ReadObject();
- Void ReadCrossAppDomainMap();
- Void ReadObjectWithMap( ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum binaryHeaderEnum);
- Void ReadObjectWithMap( Class System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap record);
- Void ReadObjectWithMapTyped( ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum binaryHeaderEnum);
- Void ReadObjectWithMapTyped( Class System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped record);
- Void ReadObjectString( ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum binaryHeaderEnum);
- Void ReadMemberPrimitiveTyped();
- Void ReadArray( ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum binaryHeaderEnum);
- Void ReadArrayAsBytes( Class System.Runtime.Serialization.Formatters.Binary.ParseRecord pr);
- Void ReadMemberPrimitiveUnTyped();
- Void ReadMemberReference();
- Void ReadObjectNull( ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum binaryHeaderEnum);
- Void ReadMessageEnd();
- Object ReadValue( ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE code);
- Class System.Runtime.Serialization.Formatters.Binary.ObjectProgress GetOp();
- Void PutOp( Class System.Runtime.Serialization.Formatters.Binary.ObjectProgress op);
- property SystemAssemblyInfo { get(){} set(){} };
- property ObjectMapIdTable { get(){} set(){} };
- property AssemIdToAssemblyTable { get(){} set(){} };
- property prs { get(){} set(){} };
- }
- class System.Runtime.Serialization.Formatters.Binary.__BinaryWriter : System.Object
- {
- Class System.IO.Stream sout;
- ValueClass System.Runtime.Serialization.Formatters.FormatterTypeStyle formatterTypeStyle;
- Class System.Collections.Hashtable objectMapTable;
- Class System.Runtime.Serialization.Formatters.Binary.ObjectWriter objectWriter;
- Class System.IO.BinaryWriter dataWriter;
- I4 m_nestedObjectCount;
- I4 nullCount;
- Class System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall binaryMethodCall;
- Class System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn binaryMethodReturn;
- Class System.Runtime.Serialization.Formatters.Binary.BinaryObject binaryObject;
- Class System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap binaryObjectWithMap;
- Class System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped binaryObjectWithMapTyped;
- Class System.Runtime.Serialization.Formatters.Binary.BinaryObjectString binaryObjectString;
- Class System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainString binaryCrossAppDomainString;
- Class System.Runtime.Serialization.Formatters.Binary.BinaryArray binaryArray;
- SZArray UI1 byteBuffer;
- I4 chunkSize;
- Class System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped memberPrimitiveUnTyped;
- Class System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped memberPrimitiveTyped;
- Class System.Runtime.Serialization.Formatters.Binary.ObjectNull objectNull;
- Class System.Runtime.Serialization.Formatters.Binary.MemberReference memberReference;
- Class System.Runtime.Serialization.Formatters.Binary.BinaryAssembly binaryAssembly;
- Class System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainAssembly crossAppDomainAssembly;
- Void System.Runtime.Serialization.Formatters.Binary.__BinaryWriter( Class System.IO.Stream sout, Class System.Runtime.Serialization.Formatters.Binary.ObjectWriter objectWriter, ValueClass System.Runtime.Serialization.Formatters.FormatterTypeStyle formatterTypeStyle);
- Void WriteBegin();
- Void WriteEnd();
- Void WriteBoolean( Boolean value);
- Void WriteByte( UI1 value);
- Void WriteBytes( SZArray UI1 value);
- Void WriteBytes( SZArray UI1 byteA, I4 offset, I4 size);
- Void WriteChar( Char value);
- Void WriteChars( SZArray Char value);
- Void WriteDecimal( ValueClass System.Decimal value);
- Void WriteSingle( R4 value);
- Void WriteDouble( R8 value);
- Void WriteInt16( I2 value);
- Void WriteInt32( I4 value);
- Void WriteInt64( I8 value);
- Void WriteSByte( I1 value);
- Void WriteString( String value);
- Void WriteTimeSpan( ValueClass System.TimeSpan value);
- Void WriteDateTime( ValueClass System.DateTime value);
- Void WriteUInt16( UI2 value);
- Void WriteUInt32( UI4 value);
- Void WriteUInt64( UI8 value);
- Void WriteObjectEnd( Class System.Runtime.Serialization.Formatters.Binary.NameInfo memberNameInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo typeNameInfo);
- Void WriteSerializationHeaderEnd();
- Void WriteSerializationHeader( I4 topId, I4 headerId, I4 minorVersion, I4 majorVersion);
- Void WriteMethodCall();
- SZArray Object WriteCallArray( String uri, String methodName, String typeName, SZArray Object args, Object methodSignature, Object callContext, SZArray Object properties);
- Void WriteMethodReturn();
- SZArray Object WriteReturnArray( Object returnValue, SZArray Object args, Class System.Exception exception, Object callContext, SZArray Object properties);
- Void WriteObject( Class System.Runtime.Serialization.Formatters.Binary.NameInfo nameInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo typeNameInfo, I4 numMembers, SZArray String memberNames, SZArray Class System.Type memberTypes, SZArray Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo memberObjectInfos);
- Void WriteObjectString( I4 objectId, String value);
- Void WriteSingleArray( Class System.Runtime.Serialization.Formatters.Binary.NameInfo memberNameInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo arrayNameInfo, Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo objectInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo arrayElemTypeNameInfo, I4 length, I4 lowerBound, Class System.Array array);
- Void WriteArrayAsBytes( Class System.Array array, I4 typeLength);
- Void WriteJaggedArray( Class System.Runtime.Serialization.Formatters.Binary.NameInfo memberNameInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo arrayNameInfo, Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo objectInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo arrayElemTypeNameInfo, I4 length, I4 lowerBound);
- Void WriteRectangleArray( Class System.Runtime.Serialization.Formatters.Binary.NameInfo memberNameInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo arrayNameInfo, Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo objectInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo arrayElemTypeNameInfo, I4 rank, SZArray I4 lengthA, SZArray I4 lowerBoundA);
- Void WriteObjectByteArray( Class System.Runtime.Serialization.Formatters.Binary.NameInfo memberNameInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo arrayNameInfo, Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo objectInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo arrayElemTypeNameInfo, I4 length, I4 lowerBound, SZArray UI1 byteA);
- Void WriteMember( Class System.Runtime.Serialization.Formatters.Binary.NameInfo memberNameInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo typeNameInfo, Object value);
- Void WriteNullMember( Class System.Runtime.Serialization.Formatters.Binary.NameInfo memberNameInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo typeNameInfo);
- Void WriteMemberObjectRef( Class System.Runtime.Serialization.Formatters.Binary.NameInfo memberNameInfo, I4 idRef);
- Void WriteMemberNested( Class System.Runtime.Serialization.Formatters.Binary.NameInfo memberNameInfo);
- Void WriteMemberString( Class System.Runtime.Serialization.Formatters.Binary.NameInfo memberNameInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo typeNameInfo, String value);
- Void WriteItem( Class System.Runtime.Serialization.Formatters.Binary.NameInfo itemNameInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo typeNameInfo, Object value);
- Void WriteNullItem( Class System.Runtime.Serialization.Formatters.Binary.NameInfo itemNameInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo typeNameInfo);
- Void WriteDelayedNullItem();
- Void WriteItemEnd();
- Void InternalWriteItemNull();
- Void WriteItemObjectRef( Class System.Runtime.Serialization.Formatters.Binary.NameInfo nameInfo, I4 idRef);
- Void WriteAssembly( String typeFullName, Class System.Type type, String assemblyString, I4 assemId, Boolean isNew, Boolean isInteropType);
- Void WriteValue( ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE code, Object value);
- }
- class System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo : System.Object
- {
- I4 objectId;
- I4 numMembers;
- SZArray String memberNames;
- SZArray Class System.Type memberTypes;
- Void System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo( I4 objectId, I4 numMembers, SZArray String memberNames, SZArray Class System.Type memberTypes);
- Boolean isCompatible( I4 numMembers, SZArray String memberNames, SZArray Class System.Type memberTypes);
- }
- class System.Runtime.Serialization.Formatters.Binary.BinaryConverter : System.Object
- {
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum GetBinaryTypeInfo( Class System.Type type, Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo objectInfo, String typeName, Class System.Runtime.Serialization.Formatters.Binary.ObjectWriter objectWriter, ByRef Object typeInformation, ByRef I4 assemId);
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum GetParserBinaryTypeInfo( Class System.Type type, ByRef Object typeInformation);
- Void WriteTypeInfo( ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum binaryTypeEnum, Object typeInformation, I4 assemId, Class System.Runtime.Serialization.Formatters.Binary.__BinaryWriter sout);
- Object ReadTypeInfo( ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum binaryTypeEnum, Class System.Runtime.Serialization.Formatters.Binary.__BinaryParser input, ByRef I4 assemId);
- Void TypeFromInfo( ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum binaryTypeEnum, Object typeInformation, Class System.Runtime.Serialization.Formatters.Binary.ObjectReader objectReader, Class System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo assemblyInfo, ByRef ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE primitiveTypeEnum, ByRef String typeString, ByRef Class System.Type type, ByRef Boolean isVariant);
- String TypeInfoTraceString( Object typeInformation);
- Void System.Runtime.Serialization.Formatters.Binary.BinaryConverter();
- }
- class System.Runtime.Serialization.Formatters.Binary.IOUtil : System.Object
- {
- Boolean FlagTest( ValueClass System.Runtime.Serialization.Formatters.Binary.MessageEnum flag, ValueClass System.Runtime.Serialization.Formatters.Binary.MessageEnum target);
- Void WriteStringWithCode( String value, Class System.Runtime.Serialization.Formatters.Binary.__BinaryWriter sout);
- Void WriteWithCode( Class System.Type type, Object value, Class System.Runtime.Serialization.Formatters.Binary.__BinaryWriter sout);
- Object ReadWithCode( Class System.Runtime.Serialization.Formatters.Binary.__BinaryParser input);
- SZArray Object ReadArgs( Class System.Runtime.Serialization.Formatters.Binary.__BinaryParser input);
- Void System.Runtime.Serialization.Formatters.Binary.IOUtil();
- }
- class System.Runtime.Serialization.Formatters.Binary.BinaryUtil : System.Object
- {
- Void NVTraceI( String name, String value);
- Void NVTraceI( String name, Object value);
- Void System.Runtime.Serialization.Formatters.Binary.BinaryUtil();
- }
- interface System.Runtime.Serialization.Formatters.Binary.IStreamable :
- {
- Void Read( Class System.Runtime.Serialization.Formatters.Binary.__BinaryParser input);
- Void Write( Class System.Runtime.Serialization.Formatters.Binary.__BinaryWriter sout);
- Void Dump();
- }
- class System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo : System.Object
- {
- String assemblyString;
- Class System.Reflection.Assembly assembly;
- Void System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo( String assemblyString);
- Void System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo( String assemblyString, Class System.Reflection.Assembly assembly);
- Class System.Reflection.Assembly GetAssembly();
- }
- class System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord : System.Object
- {
- I4 binaryFormatterMajorVersion;
- I4 binaryFormatterMinorVersion;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum binaryHeaderEnum;
- I4 topId;
- I4 headerId;
- I4 majorVersion;
- I4 minorVersion;
- Void System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord();
- Void System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord( ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum binaryHeaderEnum, I4 topId, I4 headerId, I4 majorVersion, I4 minorVersion);
- Void Write( Class System.Runtime.Serialization.Formatters.Binary.__BinaryWriter sout);
- Void Read( Class System.Runtime.Serialization.Formatters.Binary.__BinaryParser input);
- Void Dump();
- Void DumpInternal();
- }
- class System.Runtime.Serialization.Formatters.Binary.BinaryAssembly : System.Object
- {
- I4 assemId;
- String assemblyString;
- Void System.Runtime.Serialization.Formatters.Binary.BinaryAssembly();
- Void Set( I4 assemId, String assemblyString);
- Void Write( Class System.Runtime.Serialization.Formatters.Binary.__BinaryWriter sout);
- Void Read( Class System.Runtime.Serialization.Formatters.Binary.__BinaryParser input);
- Void Dump();
- Void DumpInternal();
- }
- class System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainAssembly : System.Object
- {
- I4 assemId;
- I4 assemblyIndex;
- Void System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainAssembly();
- Void Set( I4 assemId, I4 assemblyIndex);
- Void Write( Class System.Runtime.Serialization.Formatters.Binary.__BinaryWriter sout);
- Void Read( Class System.Runtime.Serialization.Formatters.Binary.__BinaryParser input);
- Void Dump();
- Void DumpInternal();
- }
- class System.Runtime.Serialization.Formatters.Binary.BinaryObject : System.Object
- {
- I4 objectId;
- I4 mapId;
- Void System.Runtime.Serialization.Formatters.Binary.BinaryObject();
- Void Set( I4 objectId, I4 mapId);
- Void Write( Class System.Runtime.Serialization.Formatters.Binary.__BinaryWriter sout);
- Void Read( Class System.Runtime.Serialization.Formatters.Binary.__BinaryParser input);
- Void Dump();
- Void DumpInternal();
- }
- class System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall : System.Object
- {
- String uri;
- String methodName;
- String typeName;
- SZArray Object args;
- Object methodSignature;
- Object callContext;
- String scallContext;
- Object properties;
- SZArray Class System.Type argTypes;
- Boolean bArgsPrimitive;
- ValueClass System.Runtime.Serialization.Formatters.Binary.MessageEnum messageEnum;
- SZArray Object callA;
- SZArray Object WriteArray( String uri, String methodName, String typeName, SZArray Object args, Object methodSignature, Object callContext, SZArray Object properties);
- Void Write( Class System.Runtime.Serialization.Formatters.Binary.__BinaryWriter sout);
- Void Read( Class System.Runtime.Serialization.Formatters.Binary.__BinaryParser input);
- Class System.Runtime.Remoting.Messaging.IMethodCallMessage ReadArray( SZArray Object callA, Object handlerObject);
- Void Dump();
- Void DumpInternal();
- Void System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall();
- }
- class System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn : System.Object
- {
- Object returnValue;
- SZArray Object args;
- Class System.Exception exception;
- Object callContext;
- String scallContext;
- Object properties;
- SZArray Class System.Type argTypes;
- Boolean bArgsPrimitive;
- ValueClass System.Runtime.Serialization.Formatters.Binary.MessageEnum messageEnum;
- SZArray Object callA;
- Class System.Type returnType;
- Void System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn();
- SZArray Object WriteArray( Object returnValue, SZArray Object args, Class System.Exception exception, Object callContext, SZArray Object properties);
- Void Write( Class System.Runtime.Serialization.Formatters.Binary.__BinaryWriter sout);
- Void Read( Class System.Runtime.Serialization.Formatters.Binary.__BinaryParser input);
- Class System.Runtime.Remoting.Messaging.IMethodReturnMessage ReadArray( SZArray Object returnA, Class System.Runtime.Remoting.Messaging.IMethodCallMessage methodCallMessage, Object handlerObject);
- Void Dump();
- Void DumpInternal();
- }
- class System.Runtime.Serialization.Formatters.Binary.BinaryObjectString : System.Object
- {
- I4 objectId;
- String value;
- Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectString();
- Void Set( I4 objectId, String value);
- Void Write( Class System.Runtime.Serialization.Formatters.Binary.__BinaryWriter sout);
- Void Read( Class System.Runtime.Serialization.Formatters.Binary.__BinaryParser input);
- Void Dump();
- Void DumpInternal();
- }
- class System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainString : System.Object
- {
- I4 objectId;
- I4 value;
- Void System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainString();
- Void Set( I4 objectId, I4 value);
- Void Write( Class System.Runtime.Serialization.Formatters.Binary.__BinaryWriter sout);
- Void Read( Class System.Runtime.Serialization.Formatters.Binary.__BinaryParser input);
- Void Dump();
- Void DumpInternal();
- }
- class System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainMap : System.Object
- {
- I4 crossAppDomainArrayIndex;
- Void System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainMap();
- Void Write( Class System.Runtime.Serialization.Formatters.Binary.__BinaryWriter sout);
- Void Read( Class System.Runtime.Serialization.Formatters.Binary.__BinaryParser input);
- Void Dump();
- Void DumpInternal();
- }
- class System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped : System.Object
- {
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE primitiveTypeEnum;
- Object value;
- Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped();
- Void Set( ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE primitiveTypeEnum, Object value);
- Void Write( Class System.Runtime.Serialization.Formatters.Binary.__BinaryWriter sout);
- Void Read( Class System.Runtime.Serialization.Formatters.Binary.__BinaryParser input);
- Void Dump();
- Void DumpInternal();
- }
- class System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap : System.Object
- {
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum binaryHeaderEnum;
- I4 objectId;
- String name;
- I4 numMembers;
- SZArray String memberNames;
- I4 assemId;
- Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap();
- Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap( ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum binaryHeaderEnum);
- Void Set( I4 objectId, String name, I4 numMembers, SZArray String memberNames, I4 assemId);
- Void Write( Class System.Runtime.Serialization.Formatters.Binary.__BinaryWriter sout);
- Void Read( Class System.Runtime.Serialization.Formatters.Binary.__BinaryParser input);
- Void Dump();
- Void DumpInternal();
- }
- class System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped : System.Object
- {
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum binaryHeaderEnum;
- I4 objectId;
- String name;
- I4 numMembers;
- SZArray String memberNames;
- SZArray ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum binaryTypeEnumA;
- SZArray Object typeInformationA;
- SZArray I4 memberAssemIds;
- I4 assemId;
- Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped();
- Void System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped( ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum binaryHeaderEnum);
- Void Set( I4 objectId, String name, I4 numMembers, SZArray String memberNames, SZArray ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum binaryTypeEnumA, SZArray Object typeInformationA, SZArray I4 memberAssemIds, I4 assemId);
- Void Write( Class System.Runtime.Serialization.Formatters.Binary.__BinaryWriter sout);
- Void Read( Class System.Runtime.Serialization.Formatters.Binary.__BinaryParser input);
- Void Dump();
- Void DumpInternal();
- }
- class System.Runtime.Serialization.Formatters.Binary.BinaryArray : System.Object
- {
- I4 objectId;
- I4 rank;
- SZArray I4 lengthA;
- SZArray I4 lowerBoundA;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum binaryTypeEnum;
- Object typeInformation;
- I4 assemId;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum binaryHeaderEnum;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryArrayTypeEnum binaryArrayTypeEnum;
- Void System.Runtime.Serialization.Formatters.Binary.BinaryArray();
- Void System.Runtime.Serialization.Formatters.Binary.BinaryArray( ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum binaryHeaderEnum);
- Void Set( I4 objectId, I4 rank, SZArray I4 lengthA, SZArray I4 lowerBoundA, ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum binaryTypeEnum, Object typeInformation, ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryArrayTypeEnum binaryArrayTypeEnum, I4 assemId);
- Void Write( Class System.Runtime.Serialization.Formatters.Binary.__BinaryWriter sout);
- Void Read( Class System.Runtime.Serialization.Formatters.Binary.__BinaryParser input);
- Void Dump();
- Void DumpInternal();
- }
- class System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped : System.Object
- {
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE typeInformation;
- Object value;
- Void System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped();
- Void Set( ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE typeInformation, Object value);
- Void Set( ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE typeInformation);
- Void Write( Class System.Runtime.Serialization.Formatters.Binary.__BinaryWriter sout);
- Void Read( Class System.Runtime.Serialization.Formatters.Binary.__BinaryParser input);
- Void Dump();
- Void DumpInternal();
- }
- class System.Runtime.Serialization.Formatters.Binary.MemberReference : System.Object
- {
- I4 idRef;
- Void System.Runtime.Serialization.Formatters.Binary.MemberReference();
- Void Set( I4 idRef);
- Void Write( Class System.Runtime.Serialization.Formatters.Binary.__BinaryWriter sout);
- Void Read( Class System.Runtime.Serialization.Formatters.Binary.__BinaryParser input);
- Void Dump();
- Void DumpInternal();
- }
- class System.Runtime.Serialization.Formatters.Binary.ObjectNull : System.Object
- {
- I4 nullCount;
- Void System.Runtime.Serialization.Formatters.Binary.ObjectNull();
- Void SetNullCount( I4 nullCount);
- Void Write( Class System.Runtime.Serialization.Formatters.Binary.__BinaryWriter sout);
- Void Read( Class System.Runtime.Serialization.Formatters.Binary.__BinaryParser input);
- Void Read( Class System.Runtime.Serialization.Formatters.Binary.__BinaryParser input, ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryHeaderEnum binaryHeaderEnum);
- Void Dump();
- Void DumpInternal();
- }
- class System.Runtime.Serialization.Formatters.Binary.MessageEnd : System.Object
- {
- Void System.Runtime.Serialization.Formatters.Binary.MessageEnd();
- Void Write( Class System.Runtime.Serialization.Formatters.Binary.__BinaryWriter sout);
- Void Read( Class System.Runtime.Serialization.Formatters.Binary.__BinaryParser input);
- Void Dump();
- Void Dump( Class System.IO.Stream sout);
- Void DumpInternal( Class System.IO.Stream sout);
- }
- class System.Runtime.Serialization.Formatters.Binary.ObjectMap : System.Object
- {
- String objectName;
- Class System.Type objectType;
- SZArray ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum binaryTypeEnumA;
- SZArray Object typeInformationA;
- SZArray Class System.Type memberTypes;
- SZArray String memberNames;
- Class System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo objectInfo;
- Boolean isInitObjectInfo;
- Class System.Runtime.Serialization.Formatters.Binary.ObjectReader objectReader;
- I4 objectId;
- Class System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo assemblyInfo;
- Void System.Runtime.Serialization.Formatters.Binary.ObjectMap( String objectName, Class System.Type objectType, SZArray String memberNames, Class System.Runtime.Serialization.Formatters.Binary.ObjectReader objectReader, I4 objectId, Class System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo assemblyInfo);
- Void System.Runtime.Serialization.Formatters.Binary.ObjectMap( String objectName, SZArray String memberNames, SZArray ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum binaryTypeEnumA, SZArray Object typeInformationA, SZArray I4 memberAssemIds, Class System.Runtime.Serialization.Formatters.Binary.ObjectReader objectReader, I4 objectId, Class System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo assemblyInfo, Class System.Runtime.Serialization.Formatters.Binary.SizedArray assemIdToAssemblyTable);
- Class System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo CreateObjectInfo( ByRef Class System.Runtime.Serialization.SerializationInfo si, ByRef SZArray Object memberData);
- Class System.Runtime.Serialization.Formatters.Binary.ObjectMap Create( String name, Class System.Type objectType, SZArray String memberNames, Class System.Runtime.Serialization.Formatters.Binary.ObjectReader objectReader, I4 objectId, Class System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo assemblyInfo);
- Class System.Runtime.Serialization.Formatters.Binary.ObjectMap Create( String name, SZArray String memberNames, SZArray ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum binaryTypeEnumA, SZArray Object typeInformationA, SZArray I4 memberAssemIds, Class System.Runtime.Serialization.Formatters.Binary.ObjectReader objectReader, I4 objectId, Class System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo assemblyInfo, Class System.Runtime.Serialization.Formatters.Binary.SizedArray assemIdToAssemblyTable);
- }
- interface System.Runtime.Serialization.Formatters.Binary.ITrace :
- {
- String Trace();
- }
- class System.Runtime.Serialization.Formatters.Binary.ObjectProgress : System.Object
- {
- I4 opRecordIdCount;
- I4 opRecordId;
- Boolean isInitial;
- I4 count;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum expectedType;
- Object expectedTypeInformation;
- String name;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalObjectTypeE objectTypeEnum;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalMemberTypeE memberTypeEnum;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalMemberValueE memberValueEnum;
- Class System.Type dtType;
- I4 numItems;
- ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum binaryTypeEnum;
- Object typeInformation;
- I4 nullCount;
- I4 memberLength;
- SZArray ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum binaryTypeEnumA;
- SZArray Object typeInformationA;
- SZArray String memberNames;
- SZArray Class System.Type memberTypes;
- Class System.Runtime.Serialization.Formatters.Binary.ParseRecord pr;
- Void System.Runtime.Serialization.Formatters.Binary.ObjectProgress();
- Void Counter();
- Void Init();
- Void ArrayCountIncrement( I4 value);
- Boolean GetNext( ByRef ValueClass System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum outBinaryTypeEnum, ByRef Object outTypeInformation);
- String Trace();
- Void Dump();
- Void System.Runtime.Serialization.Formatters.Binary.ObjectProgress();
- }
- class System.Runtime.Serialization.Formatters.Binary.ParseRecord : System.Object
- {
- I4 parseRecordIdCount;
- I4 PRparseRecordId;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalParseTypeE PRparseTypeEnum;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalObjectTypeE PRobjectTypeEnum;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalArrayTypeE PRarrayTypeEnum;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalMemberTypeE PRmemberTypeEnum;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalMemberValueE PRmemberValueEnum;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalObjectPositionE PRobjectPositionEnum;
- String PRname;
- String PRvalue;
- Object PRvarValue;
- String PRkeyDt;
- Class System.Type PRdtType;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE PRdtTypeCode;
- Boolean PRisVariant;
- Boolean PRisEnum;
- I8 PRobjectId;
- I8 PRidRef;
- String PRarrayElementTypeString;
- Class System.Type PRarrayElementType;
- Boolean PRisArrayVariant;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE PRarrayElementTypeCode;
- 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;
- Class System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo PRobjectInfo;
- Boolean PRisValueTypeFixup;
- Object PRnewObj;
- SZArray Object PRobjectA;
- Class System.Runtime.Serialization.Formatters.Binary.PrimitiveArray PRprimitiveArray;
- Boolean PRisRegistered;
- SZArray Object PRmemberData;
- Class System.Runtime.Serialization.SerializationInfo PRsi;
- I4 PRnullCount;
- Void System.Runtime.Serialization.Formatters.Binary.ParseRecord();
- Void Counter();
- String Trace();
- Void Init();
- Class System.Runtime.Serialization.Formatters.Binary.ParseRecord Copy();
- Void Dump();
- Void System.Runtime.Serialization.Formatters.Binary.ParseRecord();
- }
- class System.Runtime.Serialization.Formatters.Binary.SerStack : System.Object
- {
- SZArray Object objects;
- String stackId;
- I4 top;
- I4 next;
- Void System.Runtime.Serialization.Formatters.Binary.SerStack();
- Void System.Runtime.Serialization.Formatters.Binary.SerStack( String stackId);
- Void Push( Object obj);
- Object Pop();
- Void IncreaseCapacity();
- Object Peek();
- Object PeekPeek();
- I4 Count();
- Boolean IsEmpty();
- Void Dump();
- }
- class System.Runtime.Serialization.Formatters.Binary.SizedArray : System.Object
- {
- SZArray Object objects;
- SZArray Object negObjects;
- Void System.Runtime.Serialization.Formatters.Binary.SizedArray();
- Void System.Runtime.Serialization.Formatters.Binary.SizedArray( I4 length);
- Object get_Item( I4 index);
- Void set_Item( I4 index, Object value);
- Void IncreaseCapacity( I4 index);
- Void Clear();
- property Item { get(){} set(){} };
- }
- class System.Runtime.Serialization.Formatters.Binary.IntSizedArray : System.Object
- {
- SZArray I4 objects;
- SZArray I4 negObjects;
- I4 get_Item( I4 index);
- Void set_Item( I4 index, I4 value);
- Void IncreaseCapacity( I4 index);
- Void Clear();
- Void System.Runtime.Serialization.Formatters.Binary.IntSizedArray();
- property Item { get(){} set(){} };
- }
- class System.Runtime.Serialization.Formatters.Binary.NameCacheEntry : System.Object
- {
- String name;
- Object value;
- Void System.Runtime.Serialization.Formatters.Binary.NameCacheEntry();
- }
- class System.Runtime.Serialization.Formatters.Binary.NameCache : System.Object
- {
- I4 MAX_CACHE_ENTRIES;
- SZArray Class System.Runtime.Serialization.Formatters.Binary.NameCacheEntry nameCache;
- I4 probe;
- String name;
- Object GetCachedValue( String name);
- Void SetCachedValue( Object value);
- Void System.Runtime.Serialization.Formatters.Binary.NameCache();
- Void System.Runtime.Serialization.Formatters.Binary.NameCache();
- }
- class System.Runtime.Serialization.Formatters.Binary.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.Binary.Util();
- }
- class System.Runtime.Serialization.Formatters.Binary.ValueFixup : System.Object
- {
- ValueClass System.Runtime.Serialization.Formatters.Binary.ValueFixupEnum valueFixupEnum;
- Class System.Array arrayObj;
- SZArray I4 indexMap;
- Object header;
- Object memberObject;
- Class System.Reflection.MemberInfo valueInfo;
- Class System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo objectInfo;
- String memberName;
- Void System.Runtime.Serialization.Formatters.Binary.ValueFixup( Class System.Array arrayObj, SZArray I4 indexMap);
- Void System.Runtime.Serialization.Formatters.Binary.ValueFixup( Object memberObject, String memberName, Class System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo objectInfo);
- Void Fixup( Class System.Runtime.Serialization.Formatters.Binary.ParseRecord record, Class System.Runtime.Serialization.Formatters.Binary.ParseRecord parent);
- String Trace();
- }
- class System.Runtime.Serialization.Formatters.Binary.InternalFE : System.Object
- {
- ValueClass System.Runtime.Serialization.Formatters.FormatterTypeStyle FEtypeFormat;
- ValueClass System.Runtime.Serialization.Formatters.FormatterAssemblyStyle FEassemblyFormat;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalSerializerTypeE FEserializerTypeEnum;
- Void System.Runtime.Serialization.Formatters.Binary.InternalFE();
- }
- class System.Runtime.Serialization.Formatters.Binary.NameInfo : System.Object
- {
- String NIFullName;
- I8 NIobjectId;
- I8 NIassemId;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE NIprimitiveTypeEnum;
- Class System.Type NItype;
- Boolean NIisSealed;
- Boolean NIisArray;
- Boolean NIisArrayItem;
- Boolean NItransmitTypeOnObject;
- Boolean NItransmitTypeOnMember;
- Boolean NIisParentTypeOnObject;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalArrayTypeE NIarrayEnum;
- I4 count;
- Boolean NIsealedStatusChecked;
- Void System.Runtime.Serialization.Formatters.Binary.NameInfo();
- Void Counter();
- Void Init();
- Void Dump( String value);
- Boolean get_IsSealed();
- String get_NIname();
- Void set_NIname( String value);
- property IsSealed { get(){} set(){} };
- property NIname { get(){} set(){} };
- }
- class System.Runtime.Serialization.Formatters.Binary.PrimitiveArray : System.Object
- {
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE code;
- SZArray Boolean booleanA;
- SZArray Char charA;
- SZArray R8 doubleA;
- SZArray I2 int16A;
- SZArray I4 int32A;
- SZArray I8 int64A;
- SZArray I1 sbyteA;
- SZArray R4 singleA;
- SZArray UI2 uint16A;
- SZArray UI4 uint32A;
- SZArray UI8 uint64A;
- Void System.Runtime.Serialization.Formatters.Binary.PrimitiveArray( ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE code, Class System.Array array);
- Void Init( ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE code, Class System.Array array);
- String GetValue( I4 index);
- Void SetValue( String value, I4 index);
- }
- class System.Runtime.Serialization.Formatters.Binary.ObjectReader : System.Object
- {
- I4 THRESHOLD_FOR_VALUETYPE_IDS;
- Class System.IO.Stream m_stream;
- Class System.Runtime.Serialization.ISurrogateSelector m_surrogates;
- ValueClass System.Runtime.Serialization.StreamingContext m_context;
- Class System.Runtime.Serialization.ObjectManager m_objectManager;
- Class System.Runtime.Serialization.Formatters.Binary.InternalFE formatterEnums;
- Class System.Runtime.Serialization.SerializationBinder m_binder;
- I8 topId;
- Boolean isTopObjectResolved;
- Boolean bSimpleAssembly;
- Object handlerObject;
- Object topObject;
- SZArray Class System.Runtime.Remoting.Messaging.Header headers;
- Class System.Runtime.Remoting.Messaging.HeaderHandler handler;
- Class System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit serObjectInfoInit;
- Class System.Runtime.Serialization.IFormatterConverter m_formatterConverter;
- Class System.Runtime.Serialization.Formatters.Binary.SerStack stack;
- Class System.Runtime.Serialization.Formatters.Binary.SerStack valueFixupStack;
- SZArray Object crossAppDomainArray;
- Boolean bMethodCall;
- Boolean bMethodReturn;
- Boolean bFullDeserialization;
- Class System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall binaryMethodCall;
- Class System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn binaryMethodReturn;
- Class System.Exception deserializationSecurityException;
- Boolean bIsCrossAppDomain;
- Boolean bIsCrossAppDomainInit;
- Boolean bOldFormatDetected;
- Class System.Runtime.Serialization.Formatters.Binary.IntSizedArray valTypeObjectIdTable;
- Class System.Runtime.Serialization.Formatters.Binary.NameCache typeCache;
- String previousAssemblyString;
- String previousName;
- Class System.Type previousType;
- Class System.Runtime.Serialization.Formatters.Binary.SerStack get_ValueFixupStack();
- Void SetMethodCall( Class System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall binaryMethodCall);
- Void SetMethodReturn( Class System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn binaryMethodReturn);
- Void System.Runtime.Serialization.Formatters.Binary.ObjectReader( Class System.IO.Stream stream, Class System.Runtime.Serialization.ISurrogateSelector selector, ValueClass System.Runtime.Serialization.StreamingContext context, Class System.Runtime.Serialization.Formatters.Binary.InternalFE formatterEnums, Class System.Runtime.Serialization.SerializationBinder binder);
- Boolean IsCrossAppDomain();
- Object Deserialize( Class System.Runtime.Remoting.Messaging.HeaderHandler handler, Class System.Runtime.Serialization.Formatters.Binary.__BinaryParser serParser, Boolean fCheck, Class System.Runtime.Remoting.Messaging.IMethodCallMessage methodCallMessage);
- Void InitFullDeserialization();
- Object CrossAppDomainArray( I4 index);
- Class System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo CreateReadObjectInfo( Class System.Type objectType);
- Class System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo CreateReadObjectInfo( Class System.Type objectType, SZArray String memberNames, SZArray Class System.Type memberTypes);
- Void Parse( Class System.Runtime.Serialization.Formatters.Binary.ParseRecord pr);
- Void ParseError( Class System.Runtime.Serialization.Formatters.Binary.ParseRecord processing, Class System.Runtime.Serialization.Formatters.Binary.ParseRecord onStack);
- Void ParseSerializedStreamHeader( Class System.Runtime.Serialization.Formatters.Binary.ParseRecord pr);
- Void ParseSerializedStreamHeaderEnd( Class System.Runtime.Serialization.Formatters.Binary.ParseRecord pr);
- Void CheckSecurity( Class System.Runtime.Serialization.Formatters.Binary.ParseRecord pr);
- Void ParseObject( Class System.Runtime.Serialization.Formatters.Binary.ParseRecord pr);
- Void ParseObjectEnd( Class System.Runtime.Serialization.Formatters.Binary.ParseRecord pr);
- Void ParseArray( Class System.Runtime.Serialization.Formatters.Binary.ParseRecord pr);
- Void NextRectangleMap( Class System.Runtime.Serialization.Formatters.Binary.ParseRecord pr);
- Void ParseArrayMember( Class System.Runtime.Serialization.Formatters.Binary.ParseRecord pr);
- Void ParseArrayMemberEnd( Class System.Runtime.Serialization.Formatters.Binary.ParseRecord pr);
- Void ParseMember( Class System.Runtime.Serialization.Formatters.Binary.ParseRecord pr);
- Void ParseMemberEnd( Class System.Runtime.Serialization.Formatters.Binary.ParseRecord pr);
- Void ParseString( Class System.Runtime.Serialization.Formatters.Binary.ParseRecord pr, Class System.Runtime.Serialization.Formatters.Binary.ParseRecord parentPr);
- Void RegisterObject( Object obj, Class System.Runtime.Serialization.Formatters.Binary.ParseRecord pr, Class System.Runtime.Serialization.Formatters.Binary.ParseRecord objectPr);
- Void RegisterObject( Object obj, Class System.Runtime.Serialization.Formatters.Binary.ParseRecord pr, Class System.Runtime.Serialization.Formatters.Binary.ParseRecord objectPr, Boolean bIsString);
- I8 GetId( I8 objectId);
- Void IndexTraceMessage( String message, SZArray I4 index);
- Class System.Type Bind( String assemblyString, String typeString);
- Class System.Type FastBindToType( String assemblyName, String typeName);
- Class System.Type GetType( Class System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo assemblyInfo, String name);
- property ValueFixupStack { get(){} set(){} };
- }
- class TypeNAssembly : System.Object
- {
- Class System.Type type;
- String assemblyName;