MethodImplementationFeatures class

Contains values that describe method implementation features.

Constructors

MethodImplementationFeatures(int _implFlags)
const

Properties

codeType CodeType
Returns information about the code type used in implementing the method.
no setter
hashCode int
The hash code for this object.
no setterinherited
isAggressiveInlining bool
Returns true if the method should be inlined if possible.
no setter
isForwardRef bool
Returns true if the method is defined. This flag is used primarily in merge scenarios.
no setter
isManaged bool
Returns true if the method implementation is managed.
no setter
isNoInlining bool
Returns true if the method cannot be inlined.
no setter
isNoOptimization bool
Returns true if the method should not be optimized.
no setter
isPreserveSig bool
Returns true if the method signature cannot be mangled for an HRESULT conversion.
no setter
isSynchronized bool
Returns true if the method is single-threaded through its body.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited