[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;
Activator Class | Activator Members | System Namespace | Activator.GetObject Overload List