SerializationRecordExtensions
Try to get a supported .NET type object (not WinForms).
public static bool TryGetNotSupportedException(this SerializationRecord record, out object exception)
Tries to get this object as a binary formatted NotSupportedException.
Tries to get this object as a PointF.
Tries to get this object as an Array of primitive types.
Tries to get this object as a ArrayList of PrimitiveType values.
public static bool TryGetPrimitiveHashtable(this SerializationRecord record, out Hashtable hashtable)
Tries to get this object as a binary formatted Hashtable of PrimitiveType keys and values.
Tries to get this object as a binary formatted Hashtable of PrimitiveType keys and values.
Tries to get this object as a List<T> of PrimitiveType.
Tries to get this object as a primitive type or string.
Tries to get this object as a RectangleF.