DkmClrModuleInstance.GetBaselineMetaDataBytes 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.
Obtains the baseline bytes of the CLR metadata from a given module.
This API was introduced in Visual Studio 15 Update 5 (DkmApiVersion.VS15Update5).
public:
cli::array <System::Byte> ^ GetBaselineMetaDataBytes();
public byte[] GetBaselineMetaDataBytes ();
member this.GetBaselineMetaDataBytes : unit -> byte[]
Public Function GetBaselineMetaDataBytes () As Byte()
Returns
Byte[]
[Out] The original raw metadata for this module.