mscorlib(4.0.0.0) API with additions
MethodImplOptions.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.Runtime.CompilerServices
4
{
6
[
Serializable
]
7
[Flags]
8
[ComVisible(
true
)]
9
[__DynamicallyInvokable]
10
public
enum
MethodImplOptions
11
{
13
Unmanaged = 0x4,
15
ForwardRef = 0x10,
17
[__DynamicallyInvokable]
18
PreserveSig = 0x80,
20
InternalCall = 0x1000,
22
Synchronized = 0x20,
24
[__DynamicallyInvokable]
25
NoInlining = 0x8,
27
[ComVisible(
false
)]
28
[__DynamicallyInvokable]
29
AggressiveInlining = 0x100,
31
[__DynamicallyInvokable]
32
NoOptimization = 0x40
33
}
34
}
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Runtime.CompilerServices
Definition:
AccessedThroughPropertyAttribute.cs:3
System.Runtime.CompilerServices.MethodImplOptions
MethodImplOptions
Defines the details of how a method is implemented.
Definition:
MethodImplOptions.cs:10
System.Reflection.TypeAttributes.Serializable
Specifies that the class can be serialized.
All cs
System.Runtime.CompilerServices
MethodImplOptions.cs
Generated by
1.8.15