reflection - Mirroring method in C# -


is there ways use, mirror method class? i.e.

public class mymethods {      public static double func_1     {       }     public static double func_2     ....     ....     ....  }      public class reflector {     // call class, should redirected mymethods     public something_autoloader_or_like_that{         ...     }  } 

as dynamically call reflector.func_888(); , , if method not found there, should search in mymethods , execute .


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -