This documentation is archived and is not being maintained.
XmlDeserializationEvents Structure
Visual Studio 2010
Contains fields that can be used to pass event delegates to a thread-safe Deserialize method of the XmlSerializer.
Assembly: System.Xml (in System.Xml.dll)
The XmlDeserializationEvents type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | OnUnknownAttribute | Gets or sets an object that represents the method that handles the UnknownAttribute event. |
![]() | OnUnknownElement | Gets or sets an object that represents the method that handles the UnknownElement event. |
![]() | OnUnknownNode | Gets or sets an object that represents the method that handles the UnknownNode event. |
![]() | OnUnreferencedObject | Gets or sets an object that represents the method that handles the UnreferencedObject event. |
| Name | Description | |
|---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
