NoDynamicInvocationAttribute Type
This attribute is used to tag values that may not be dynamically invoked at runtime. This is typically added to inlined functions whose implementations include unverifiable code. It causes the method body emitted for the inlined function to raise an exception if dynamically invoked, rather than including the unverifiable code in the generated assembly.
Constructors
Constructor |
Description
|
Full Usage:
NoDynamicInvocationAttribute()
Returns: NoDynamicInvocationAttribute
NoDynamicInvocationAttribute
|
Creates an instance of the attribute
|