Comparazione classi Framework 1.1 - 2.0 RTM
Quale assembly?
Filtra
Legenda
- non presente nella 2.0 RTM
+ aggiunto nella 2.0 RTM
= invariato
!= variato rispetto alla 1.1
Namespace mscorlib
Totale classi: 2135, di cui
- 395 nuove
- 804 modificate
- 0 rimosse
Pagina ... 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 ...
System.Runtime.Serialization.FormatterServices = | ||
---|---|---|
= | CheckTypeSecurity (Type t, TypeFilterLevel securityLevel) | |
= | GetObjectData (Object obj, MemberInfo[] members) | |
= | GetSafeUninitializedObject (Type type) | |
= | GetSerializableMembers (Type type) | |
= | GetSerializableMembers (Type type, StreamingContext context) | |
= | GetTypeFromAssembly (Assembly assem, String name) | |
= | GetUninitializedObject (Type type) | |
= | PopulateObjectMembers (Object obj, MemberInfo[] members, Object[] data) |
System.Runtime.Serialization.ISerializationSurrogate = | ||
---|---|---|
= | GetObjectData (Object obj, SerializationInfo info, StreamingContext context) | |
= | SetObjectData (Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector) |
System.Runtime.Serialization.ISurrogateSelector = | ||
---|---|---|
= | ChainSelector (ISurrogateSelector selector) | |
= | GetNextSelector () | |
= | GetSurrogate (Type type, StreamingContext context, ISurrogateSelector& selector) |
System.Runtime.Serialization.ObjectIDGenerator = | ||
---|---|---|
= | .ctor () | |
= | GetId (Object obj, Boolean& firstTime) | |
= | HasId (Object obj, Boolean& firstTime) |
System.Runtime.Serialization.ObjectManager != | ||
---|---|---|
= | .ctor () | |
= | DoFixups () | |
= | GetObject (Int64 objectID) | |
= | RaiseDeserializationEvent () | |
- | RaiseOnDeserializingEvent (Object obj) | |
= | RecordArrayElementFixup (Int64 arrayToBeFixed, Int32 index, Int64 objectRequired) | |
= | RecordArrayElementFixup (Int64 arrayToBeFixed, Int32[] indices, Int64 objectRequired) | |
= | RecordDelayedFixup (Int64 objectToBeFixed, String memberName, Int64 objectRequired) | |
= | RecordFixup (Int64 objectToBeFixed, MemberInfo member, Int64 objectRequired) | |
= | RegisterObject (Object obj, Int64 objectID) | |
= | RegisterObject (Object obj, Int64 objectID, SerializationInfo info) | |
= | RegisterObject (Object obj, Int64 objectID, SerializationInfo info, Int64 idOfContainingObj, MemberInfo member) | |
= | RegisterObject (Object obj, Int64 objectID, SerializationInfo info, Int64 idOfContainingObj, MemberInfo member, Int32[] arrayIndex) |
System.Runtime.Serialization.SerializationObjectManager + | ||
---|---|---|
+ | .ctor () | |
+ | RaiseOnSerializedEvent () | |
+ | RegisterObject (Object obj) |
System.Runtime.Serialization.OptionalFieldAttribute + | ||
---|---|---|
+ | .ctor () | |
+ | VersionAdded |
System.Runtime.Serialization.OnSerializingAttribute + | ||
---|---|---|
+ | .ctor () |
System.Runtime.Serialization.OnSerializedAttribute + | ||
---|---|---|
+ | .ctor () |
System.Runtime.Serialization.OnDeserializingAttribute + | ||
---|---|---|
+ | .ctor () |
System.Runtime.Serialization.OnDeserializedAttribute + | ||
---|---|---|
+ | .ctor () |
System.Runtime.Serialization.SerializationBinder = | ||
---|---|---|
= | BindToType (String assemblyName, String typeName) |
System.Runtime.Serialization.SerializationInfo = | ||
---|---|---|
= | .ctor () | |
= | AddValue (String name, Object value, Type type) | |
= | AddValue (String name, Object value) | |
= | AddValue (String name, Boolean value) | |
= | AddValue (String name, Char value) | |
= | AddValue (String name, SByte value) | |
= | AddValue (String name, Byte value) | |
= | AddValue (String name, Int16 value) | |
= | AddValue (String name, UInt16 value) | |
= | AddValue (String name, Int32 value) | |
= | AddValue (String name, UInt32 value) | |
= | AddValue (String name, Int64 value) | |
= | AddValue (String name, UInt64 value) | |
= | AddValue (String name, Single value) | |
= | AddValue (String name, Double value) | |
= | AddValue (String name, Decimal value) | |
= | AddValue (String name, DateTime value) | |
= | GetBoolean (String name) | |
= | GetByte (String name) | |
= | GetChar (String name) | |
= | GetDateTime (String name) | |
= | GetDecimal (String name) | |
= | GetDouble (String name) | |
= | GetEnumerator () | |
= | GetInt16 (String name) | |
= | GetInt32 (String name) | |
= | GetInt64 (String name) | |
= | GetSByte (String name) | |
= | GetSingle (String name) | |
= | GetString (String name) | |
= | GetUInt16 (String name) | |
= | GetUInt32 (String name) | |
= | GetUInt64 (String name) | |
= | GetValue (String name, Type type) | |
= | SetType (Type type) | |
= | AssemblyName | |
= | FullTypeName | |
= | MemberCount |
System.Runtime.Serialization.SerializationEntry = | ||
---|---|---|
= | Name | |
= | ObjectType | |
= | Value |
Powered by Ricciolo