Constructs and initializes a new instance of the System.Runtime.CompilerServices.CompilationRelaxationsAttribute class with the specified System.Runtime.CompilerServices.CompilationRelaxations value.
[Edit]
public CompilationRelaxationsAttribute (int relaxations) |
|
Parameters
- relaxations
- A bitwise OR combination of enumeration values from System.Runtime.CompilerServices.CompilationRelaxations that specifies the desired ordering of instruction checking and string interning.
[Edit]
Exceptions
Type | Reason |
---|
ArgumentException | For some xxx, relaxations has both Strictxxx and Relaxedxx set, or has both StringInterning and NoStringInterning set.
[Edit]
|
Remarks
Requirements
Namespace: System.Runtime.CompilerServices
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0