Exemplo n.º 1
0
 public static Models.EnumType GetEnum(string name)
 {
     InteropHelper._initialize();
     return(InteropHelper._static_g_name_to_enum[name]);
 }
Exemplo n.º 2
0
 public static Models.EnumType GetEnum(System.Type t)
 {
     InteropHelper._initialize();
     return(InteropHelper._static_g_name_to_enum[t.Name]);
 }
Exemplo n.º 3
0
 public static List <Models.EnumType> GetEnums()
 {
     InteropHelper._initialize();
     return(InteropHelper._static_g_name_to_enum.Values.ToList());
 }