Exemplo n.º 1
0
 public static IEnumerable <Type> GetDomainTypes(this IDDRef refObj)
 {
     return(refObj.GetType().GetDomainTypes());
 }
Exemplo n.º 2
0
 public static DriverAction GetAcceptDriverActions(this IDDRef refObj)
 {
     return(refObj.GetType().GetAcceptDriverActions());
 }
Exemplo n.º 3
0
 public static MethodInfo GetActionMethod(this IDDRef objRef, DriverAction action)
 {
     return(objRef.GetType().GetActionMethod(action));
 }