public static MethodInfo GetRuntimeMethod(this CType type, String name, Type[] parameters)
 {
     return(type.GetCType().GetMethod(name, CTypeExtensions.MakeTypeArray(parameters)));
 }