ICorProfilerInfo7 Interface
[Supported in the .NET Framework 4.6.1 and later versions]
A subclass of ICorProfilerInfo6 that provides a method to apply newly defined metadata to a module and that provides access to an in-memory symbol stream.
Methods
Method | Description |
---|---|
ApplyMetaData Method | Applies the metadata newly defined by the IMetadataEmit::Define* methods to a specified module. |
GetInMemorySymbolsLength Method | Returns the length of an in-memory symbol stream. |
ReadInMemorySymbols | Reads bytes from an in-memory symbol stream. |
Requirements
Platforms: See System Requirements.
Header: CorProf.idl, CorProf.h
.NET Framework Versions: Available since 4.6.1
See also
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.