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!

Activator.GetObject (Type, String)

[To be supplied.]

[Visual Basic]
Overloads Public Shared Function GetObject( _
   ByVal type As Type, _
   ByVal url As String _
) As MarshalByRefObject
[C#]
public static MarshalByRefObject GetObject(
   Type type,
   string url
);
[C++]
public: static MarshalByRefObject* GetObject(
   Type* type,
   String* url
);
[JScript]
public static function GetObject(
   type : Type,
   url : String
) : MarshalByRefObject;

Parameters

type
[To be supplied.]
url
[To be supplied.]

See Also

Activator Class | Activator Members | System Namespace | Activator.GetObject Overload List