This documentation is archived and is not being maintained.
RemoteTypeData Structure
Visual Studio 2010
Provides information about a type that components can access across application domain and process boundaries.
Assembly: System.AddIn.Contract (in System.AddIn.Contract.dll)
The RemoteTypeData 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 | |
|---|---|---|
![]() | ArrayRank | Indicates the rank (that is, the number of dimensions) of the remote array type that this RemoteTypeData describes. |
![]() | AssemblyName | Represents the full name of the assembly that contains the remote type that this RemoteTypeData describes. |
![]() | AssemblyQualifiedName | Represents the name of the remote type that this RemoteTypeData describes, qualified by the name of the assembly that contains the type. |
![]() | Attributes | Represents the attributes of the remote type that this RemoteTypeData describes. |
![]() | BaseType | Represents the base type of the remote type that this RemoteTypeData describes. |
![]() | ElementType | Represents the type of the elements in the remote array type that this RemoteTypeData describes. |
![]() | FullName | Represents the name of the remote type that this RemoteTypeData describes, qualified by the namespace. |
![]() | IsArray | Indicates whether this RemoteTypeData describes an array type. |
![]() | IsByRef | Indicates whether this RemoteTypeData describes a type that is passed by reference. |
![]() | MemberData | Represents member data for the remote type that this RemoteTypeData describes. |
![]() | TypeCode | Represents the type of the remote type that this RemoteTypeData describes. |
The RemoteTypeData structure provides information about an object that implements the IRemoteObjectContract interface. To get type information about a remote object, components call the GetRemoteType method to obtain an IRemoteTypeContract. Then, components call the GetTypeData method to get a RemoteTypeData.
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:
