DacpGetModuleAddress Structure
Defines the container for a module address request.
Note
This API was originally designed for internal use in the runtime. Although it is now supported for 3rd party use, we recommend working with ICorDebug
and ICorProfiler
APIs when possible.
Syntax
struct DacpGetModuleAddress
{
CLRDATA_ADDRESS ModulePtr;
};
Members
Member | Description |
---|---|
ModulePtr |
The pointer to the module. |
Methods
Method | Description |
---|---|
Request | Performs a request to populate the structure from the given runtime structure. |
Remarks
This structure lives inside the runtime and is not exposed through any headers or library files. To use it, define the structure as specified above, where CLRDATA_ADDRESS
is a 64-bit unsigned integer.
Requirements
Platforms: See System Requirements.
Header: None
Library: None
.NET Framework Versions: Available since 4.7
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.