예제 #1
0
 public Type GetType()
 {
     return(RuntimeTypeUnifier.GetRuntimeTypeForEEType(EETypePtr));
 }
예제 #2
0
 public static Type GetTypeFromHandle(RuntimeTypeHandle handle) => RuntimeTypeUnifier.GetTypeForRuntimeTypeHandle(handle);