DkmClrModuleInstance.GetMetaDataFileInfo(Boolean, UInt32, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the information needed to read the metadata directly from a file on disk.
This API was introduced in Visual Studio 16 Update 2 (DkmApiVersion.VS16Update2).
public:
void GetMetaDataFileInfo(bool UseBaseline, [Runtime::InteropServices::Out] System::UInt32 % Offset, [Runtime::InteropServices::Out] System::UInt32 % Size);
public void GetMetaDataFileInfo (bool UseBaseline, out uint Offset, out uint Size);
member this.GetMetaDataFileInfo : bool * uint32 * uint32 -> unit
Public Sub GetMetaDataFileInfo (UseBaseline As Boolean, ByRef Offset As UInteger, ByRef Size As UInteger)
Parameters
- UseBaseline
- Boolean
[In] Whether or not the baseline metadata bytes are needed.
- Offset
- UInt32
[Out] The offset into the file to get the metadata.
- Size
- UInt32
[Out] The size of the metadata in the file.