Ejemplo n.º 1
0
 public static bool IsInstanceOf(object obj, RuntimeTypeHandle typeHandle)
 {
     return(null != RuntimeImports.IsInstanceOf(obj, typeHandle.ToEETypePtr()));
 }