public class SerializingEventArgs : HandledEventArgsPublic Class SerializingEventArgs
Inherits HandledEventArgspublic ref class SerializingEventArgs : public HandledEventArgstype SerializingEventArgs =
class
inherit HandledEventArgs
end| Context | Gets the context of this serialization. |
| IgnoreISerializable |
Gets or sets whether the ISerializable implementation of Object should be ignored.
To completely omit the default serialization logic set the Handled property to . |
| Object | Gets the object that is being serialized. |
| SerializationInfo |
Gets the empty SerializationInfo of the Object being serialized.
If you populate it manually make sure you set the Handled property to to omit the default serialization logic. |
| Convert |
Converts an Object specified in the obj parameter to the desired targetType.
See the Examples section of the generic ConvertTTarget(Object, CultureInfo) overload for an example. (Defined by ObjectExtensions) |
| ConvertTTarget |
Converts an Object specified in the obj parameter to the desired TTarget.
(Defined by ObjectExtensions) |
| In |
Gets whether item is among the elements of set.
See the Examples section of the generic InT(T, T) overload for an example. (Defined by ObjectExtensions) |
| TryConvert |
Tries to convert an Object specified in the obj parameter to the desired targetType.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |
| TryConvert |
Tries to convert an Object specified in the obj parameter to the desired targetType.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |
| TryConvertTTarget |
Tries to convert an Object specified in the obj parameter to the desired TTarget.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |
| TryConvertTTarget |
Tries to convert an Object specified in the obj parameter to the desired TTarget.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |