Ejemplo n.º 1
0
 public DynamicMethod(string name, Type returnType, Type[] parameterTypes, Module m)
 {
     ReflectionEmitThrower.ThrowPlatformNotSupportedException();
 }
Ejemplo n.º 2
0
 public DynamicMethod(string name, Type returnType, Type[] parameterTypes, Type owner, bool skipVisibility)
 {
     ReflectionEmitThrower.ThrowPlatformNotSupportedException();
 }
Ejemplo n.º 3
0
 public DynamicMethod(string name, MethodAttributes attributes, CallingConventions callingConvention, Type returnType, Type[] parameterTypes, Module m, bool skipVisibility)
 {
     ReflectionEmitThrower.ThrowPlatformNotSupportedException();
 }