This documentation is archived and is not being maintained.
SerializableObjectData Structure
Visual Studio 2010
Provides information about a serializable object.
Assembly: System.AddIn.Contract (in System.AddIn.Contract.dll)
The SerializableObjectData type exposes the following members.
| 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.) |
| Name | Description | |
|---|---|---|
![]() | DimensionLengths | Represents an array that contains the length of each of the dimensions of the serializable array that this SerializableObjectData describes. |
![]() | DimensionLowerBounds | Represents an array that contains the lower bound of each of the dimensions of the serializable array that this SerializableObjectData describes. |
![]() | ElementIndexes | Represents an array that contains the indexes of the parent array that contains the serializable object that this SerializableObjectData describes. |
![]() | IsArray | Indicates whether the SerializableObjectData describes a serializable array. |
![]() | IsArrayElement | Indicates whether the SerializableObjectData describes an element in a serializable array. |
![]() | MemberName | Represents the member name of the serializable object that this SerializableObjectData describes. |
![]() | ObjectId | Represents the ID of the serializable object that this SerializableObjectData describes. |
![]() | ParentId | Represents the ID of the parent of the serializable object that this SerializableObjectData describes. |
The SerializableObjectData structure contains data that can be used to deserialize a serializable object.
To get a SerializableObjectData, call the GetSerializableObjectData method of an ISerializableObjectContract.
The only SerializableObjectData field that contains a value for every serializable object is the ObjectId field.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, 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:
