9 [__DynamicallyInvokable]
13 [__DynamicallyInvokable]
16 [__DynamicallyInvokable]
19 [__DynamicallyInvokable]
22 [__DynamicallyInvokable]
25 [__DynamicallyInvokable]
28 [__DynamicallyInvokable]
31 [__DynamicallyInvokable]
34 [__DynamicallyInvokable]
37 [__DynamicallyInvokable]
40 [__DynamicallyInvokable]
43 [__DynamicallyInvokable]
46 [__DynamicallyInvokable]
49 [__DynamicallyInvokable]
52 [__DynamicallyInvokable]
55 [__DynamicallyInvokable]
58 [__DynamicallyInvokable]
61 [__DynamicallyInvokable]
64 [__DynamicallyInvokable]
67 [__DynamicallyInvokable]
70 [__DynamicallyInvokable]
73 [__DynamicallyInvokable]
78 [__DynamicallyInvokable]
81 [__DynamicallyInvokable]
MethodAttributes
Specifies flags for method attributes. These flags are defined in the corhdr.h file.
Indicates that the managed method is exported by thunk to unmanaged code.
Indicates that the method hides by name and signature; otherwise, by name only.
Specifies that the field is accessible only by subtypes in this assembly.
Retrieves accessibility information.
Indicates that the method always gets a new slot in the vtable.
Specifies that the field cannot be referenced.
Indicates that the method is virtual.
Specifies that the field is accessible by subtypes anywhere, as well as throughout this assembly.
Represents an assembly, which is a reusable, versionable, and self-describing building block of a com...
Specifies that the common language runtime should check name encoding.
Indicates that the method has security associated with it. Reserved flag for runtime use only.
Retrieves vtable attributes.
Indicates that the method can only be overridden when it is also accessible.
Specifies a reserved flag for common language runtime use only.
Specifies that the class can be serialized.
Indicates that the method calls another method containing security code. Reserved flag for runtime us...
Specifies that the event is special in a way described by the name.
Indicates that the method will reuse an existing slot in the vtable. This is the default behavior.