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.GetUrtType

[To be supplied.]

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

Parameters

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

See Also

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