Exemple #1
0
 public CustomAttributeBuilder(ConstructorInfo con, object[] constructorArgs)
 {
     ReflectionEmitThrower.ThrowPlatformNotSupportedException();
 }
Exemple #2
0
 internal DynamicILInfo()
 {
     ReflectionEmitThrower.ThrowPlatformNotSupportedException();
 }
Exemple #3
0
 public CustomAttributeBuilder(ConstructorInfo con, object[] constructorArgs, PropertyInfo[] namedProperties, object[] propertyValues, FieldInfo[] namedFields, object[] fieldValues)
 {
     ReflectionEmitThrower.ThrowPlatformNotSupportedException();
 }