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