예제 #1
0
 static Type GetRhinoDotNetType(string name)
 {
     System.Reflection.Assembly rhino_dot_net = HostUtils.GetRhinoDotNetAssembly();
     if (null == rhino_dot_net)
     {
         return(null);
     }
     return(rhino_dot_net.GetType(name));
 }