Removed untyped contructor from ComponentRegistration and add a protected setter.
[castle.git] / Tools / ManagedExtensions / ManagementExtensions / TODO.txt
blob37da3f574aac0faa3259674ec990c5da06480108
1 \r
2 Remoting:\r
3 -- Supports different formatters\r
4 -- Unregister channel in MConnectorServer dispose\r
5 \r
6 MX:\r
7 -- Supports query (DONE Partially)\r
8 -- Supports an 'Invoke' method based on "params":\r
9    \r
10    mserver.Invoke( name, "myMethod", arg1, arg2, arg3 );\r
12  instead of:\r
14    mserver.Invoke( name, "myMethod", new Object[] { arg1, arg2, arg3 }, new Type[] { typeof(String), typeof(String), typeof(String) } );\r