This documentation is archived and is not being maintained.
ISerializableObjectContract Interface
Visual Studio 2010
Defines a contract that provides information about a serializable object.
Assembly: System.AddIn.Contract (in System.AddIn.Contract.dll)
The ISerializableObjectContract type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AcquireLifetimeToken | Specifies that the contract is accessible to a client until the client revokes the contract. (Inherited from IContract.) |
![]() | Add | Adds an element with a specified key and value to the IRemoteArgumentDictionaryContract. (Inherited from IRemoteArgumentDictionaryContract.) |
![]() | Clear | Removes all elements from the IRemoteArgumentDictionaryContract. (Inherited from IRemoteArgumentDictionaryContract.) |
![]() | ContainsKey | Indicates whether the IRemoteArgumentDictionaryContract contains an element with the specified key. (Inherited from IRemoteArgumentDictionaryContract.) |
![]() | GetCanonicalName | Returns the canonical name of the type of the object that this ISerializableObjectContract describes. |
![]() | GetCount | Returns the number of elements contained in the IRemoteArgumentCollectionContract. (Inherited from IRemoteArgumentCollectionContract.) |
![]() | GetEnumeratorContract() | Returns an IRemoteArgumentDictionaryEnumeratorContract that can be used to iterate through the elements in the IRemoteArgumentDictionaryContract. (Inherited from IRemoteArgumentDictionaryContract.) |
![]() | GetEnumeratorContract() | Returns an enumerator that can be used to iterate through the collection. (Inherited from IRemoteArgumentEnumerableContract.) |
![]() | GetItem | Returns the value of the element with the specified key. (Inherited from IRemoteArgumentDictionaryContract.) |
![]() | GetKeys | Returns an IRemoteArgumentCollectionContract that contains the keys of the IRemoteArgumentDictionaryContract object. (Inherited from IRemoteArgumentDictionaryContract.) |
![]() | GetRemoteHashCode | Returns a hash code for the IContract. (Inherited from IContract.) |
![]() | GetSerializableObjectData | Returns data that can be used to help deserialize the object that this ISerializableObjectContract describes. |
![]() | GetValues | Returns an IRemoteArgumentCollectionContract that contains the values of the IRemoteArgumentDictionaryContract object. (Inherited from IRemoteArgumentDictionaryContract.) |
![]() | QueryContract | Returns a contract that is implemented by this contract. (Inherited from IContract.) |
![]() | RemoteEquals | Indicates whether the specified contract is equal to this IContract. (Inherited from IContract.) |
![]() | RemoteToString | Returns a string representation of the current IContract. (Inherited from IContract.) |
![]() | Remove | Removes the element with the specified key from the IRemoteArgumentDictionaryContract. (Inherited from IRemoteArgumentDictionaryContract.) |
![]() | RevokeLifetimeToken | Specifies that the contract is no longer accessible to a client. (Inherited from IContract.) |
![]() | SetItem | Replaces the value of an element. (Inherited from IRemoteArgumentDictionaryContract.) |
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:
