[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;
RemotingServices Class | RemotingServices Members | System.Runtime.Remoting Namespace