[To be supplied.]
[Visual Basic] Overloads Public Shared Function GetObject( _ ByVal type As Type, _ ByVal url As String, _ ByVal state As Object _ ) As MarshalByRefObject [C#] public static MarshalByRefObject GetObject( Type type, string url, object state ); [C++] public: static MarshalByRefObject* GetObject( Type* type, String* url, Object* state ); [JScript] public static function GetObject( type : Type, url : String, state : Object ) : MarshalByRefObject;
Activator Class | Activator Members | System Namespace | Activator.GetObject Overload List