c# - Reflection in Objective C -
i on ipad , make reflection, in order methods names. methods remote windows application, developed in c#. problem c# methods' name doesn't give clue on arguments needs. know how method names , argument needs (or information on them) reflection ?
edit : c# application running on remote windows machine. connect through bonjour protocol. manage send tuio events : can manipulate remote c# application ipad. moreover, through bonjour established streaming of remote application can see directly doing on ipad (the ipad becomes sort of multitouch remote control). unfortunately screen size of ipad bit small compare screen size of remote computer, precision not good. why incorporate menues on ipad app, these menues (possible actions) must coincide remote app menues. therefore, want methods of remote app. once again there : in c# definition of override methods different objective c. in c#, difference number of arguments passed on method (and not name of method). finally, why need methods' names , arguments. ^^ hope understand !!
Comments
Post a Comment