Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Indicates the type of notifications pertaining to method instance code which should be delivered.
Syntax
typedef enum CLRDataMethodCodeNotification {
CLRDATA_METHNOTIFY_NONE = 0x00000000,
CLRDATA_METHNOTIFY_GENERATED = 0x00000001,
CLRDATA_METHNOTIFY_DISCARDED = 0x00000002
} CLRDataMethodCodeNotification;
Members
| Member | Value | Description |
|---|---|---|
CLRDATA_METHNOTIFY_NONE |
0 | No method notification. |
CLRDATA_METHNOTIFY_GENERATED |
1 | Notification should occur on code generation for the method. |
CLRDATA_METHNOTIFY_DISCARDED |
2 | Notification should occur on discarding code for the method. |
Remarks
This enumeration lives inside the runtime and is not exposed through any headers or library files. To use it, define the enumeration as specified above.
Requirements
Platforms: See System Requirements. Header: None Library: None .NET Framework Versions: Available since 4.7
See also
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.