Beispiel #1
0
 public override Type[] GetTypes()
 {
     return((Type[])RuntimeModule.GetTypes(this.GetNativeHandle()));
 }
Beispiel #2
0
 internal RuntimeType[] GetDefinedTypes()
 {
     return(RuntimeModule.GetTypes(this.GetNativeHandle()));
 }