Example #1
0
 public static IntPtr GetDispatchMapForType(RuntimeTypeHandle typeHandle)
 {
     return(RuntimeImports.RhGetDispatchMapForType(CreateEETypePtr(typeHandle)));
 }