Public instance methods
bool check_compatibility()
object check_compatibility_dyn()
IList<object> convert_to_list(IEnumerable<object> item, string separator)
object convert_to_list_dyn(object item, object separator)
IDictionary<object, object> filter_dependency(object line)
object filter_dependency_dyn(object line)
IList<object> filter_line(string line)
object filter_line_dyn(object line)
IDictionary<string, object> get_all_reqs()
object get_all_reqs_dyn()
object in_range_dyn(object ver, object req)
Public properties
IDictionary<string, IList<object>> dependency get; set;
IList<object> error_msg get; set;
IList<object> failures get; set;
IDictionary<object, object> optional get; set;
object req_file get; set;
IDictionary<string, ConfigCompatChecker._Reqs> required get; set;
IList<object> successes get; set;
IDictionary<object, object> unsupported get; set;
IDictionary<string, IList<object>> usr_config get; set;
IList<object> warning_msg get; set;