Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 1.4 KB

ii.15.4.3-implementation-attributes-of-methods.md

File metadata and controls

14 lines (13 loc) · 1.4 KB

II.15.4.3 Implementation attributes of methods

ImplAttr ::= Description Clause
cil The method contains standard CIL code. §II.15.4.3.1
| forwardref The body of this method is not specified with this declaration. §II.15.4.3.3
| internalcall Denotes the method body is provided by the CLI itself §II.15.4.3.3
| managed The method is a managed method. §II.15.4.3.2
| native The method contains native code. §II.15.4.3.1
| noinlining The runtime shall not expand the method inline. §II.15.4.3.3
| nooptimization The runtime shall not optimize the method when generating native code. §II.15.4.3.3
| runtime The body of the method is not defined, but is produced by the runtime. §II.15.4.3.1
| synchronized The method shall be executed in a single threaded fashion. §II.15.4.3.3
| unmanaged Specifies that the method is unmanaged. §II.15.4.3.2