BinaryFormattedObjectExtensions
Dereferences MemberReference records.
Try to get a supported .NET type object (not WinForms).
public static bool TryGetNotSupportedException(this BinaryFormattedObject format, 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 BinaryFormattedObject format, out Hashtable hashtable)
Tries to get this object as a binary formatted Hashtable of PrimitiveType keys and values.
public static bool TryGetPrimitiveHashtable(this BinaryFormattedObject format, out object hashtable)
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.
public static bool TryGetPrimitiveRecordValue(this BinaryFormattedObject format, IRecord record, out object value)
public static bool TryGetPrimitiveRecordValueOrNull(this BinaryFormattedObject format, IRecord record, out object value)
Tries to get the value for the given record if it represents a PrimitiveType.
Tries to get this object as a primitive type or string.
Tries to get this object as a RectangleF.