NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RemotingServices.GetInteroperableType

[To be supplied.]

[Visual Basic]
Public Shared Function GetInteroperableType( _
   ByVal urtType As Type, _
   ByRef elementName As String, _
   ByRef interopType As String, _
   ByRef nameSpace As String _
) As Boolean
[C#]
public static bool GetInteroperableType(
   Type urtType,
   ref string elementName,
   ref string interopType,
   ref string nameSpace
);
[C++]
public: static bool GetInteroperableType(
   Type* urtType,
   String** elementName,
   String** interopType,
   String** nameSpace
);
[JScript]
public static function GetInteroperableType(
   urtType : Type,
   elementName : String,
   interopType : String,
   nameSpace : String
) : Boolean;

Parameters

urtType
[To be supplied.]
elementName
[To be supplied.]
interopType
[To be supplied.]
nameSpace
[To be supplied.]

See Also

RemotingServices Class | RemotingServices Members | System.Runtime.Remoting Namespace