DkmClrModuleInstance.GetBaselineMetaDataBytesPtr(UInt32) Method

Definition

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.

Applies to