DkmClrModuleInstance.GetBaselineMetaDataBytesPtr(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.
Get a pointer to the original raw metadata bytes for the given module.
Location constraint: None.
This API was introduced in Visual Studio 15 Update 5 (DkmApiVersion.VS15Update5).
public:
IntPtr GetBaselineMetaDataBytesPtr([Runtime::InteropServices::Out] System::UInt32 % Size);
public IntPtr GetBaselineMetaDataBytesPtr (out uint Size);
member this.GetBaselineMetaDataBytesPtr : uint32 -> nativeint
Public Function GetBaselineMetaDataBytesPtr (ByRef Size As UInteger) As IntPtr
Parameters
- Size
- UInt32
[Out] The size of the metadata buffer.
Returns
IntPtr
nativeint
[Out] A pointer to the metadata buffer.