ICorProfilerInfo13 interface
A subclass of ICorProfilerInfo12 that provides methods to manage weak, strong, and pinned handles that wrap objects.
Methods
Method | Description |
---|---|
CreateHandle Method | Creates a weak, strong, or pinned handle wrapping an object. |
DestroyHandle Method | Destroys a handle. |
GetObjectIDFromHandle Method | Gets the object wrapped by a handle. |
Requirements
Platforms: See .NET supported operating systems.
Header: CorProf.idl, CorProf.h
.NET Versions: Available since .NET 7.0
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.